C# 클래스 TerrainDemo.CDLOD.TerrainEffect

상속: IEffectMatrices
파일 보기 프로젝트 열기: willcraftia/TestXna 1 사용 예제들

공개 메소드들

메소드 설명
TerrainEffect ( Effect backingEffect ) : System

If not share a backing effect, clone it before specifing to this constructor. This class does not the backing effect's Dispose().

비공개 메소드들

메소드 설명
CacheEffectParameters ( ) : void

Cache effect parameter accessors.

CacheEffectTequniques ( ) : void

Cache effect technique accessors.

메소드 상세

TerrainEffect() 공개 메소드

If not share a backing effect, clone it before specifing to this constructor. This class does not the backing effect's Dispose().
public TerrainEffect ( Effect backingEffect ) : System
backingEffect Microsoft.Xna.Framework.Graphics.Effect An effect supporting the CDLOD instancing.
리턴 System