Method | Description | |
---|---|---|
CacheEffectParameters ( ) : void |
Cache effect parameter accessors.
|
|
CacheEffectTequniques ( ) : void |
Cache effect technique accessors.
|
|
SetDiffuseRange0 ( float min, float max ) : void | ||
SetDiffuseRange1 ( float min, float max ) : void | ||
SetDiffuseRange2 ( float min, float max ) : void | ||
SetDiffuseRange3 ( float min, float max ) : void | ||
TerrainEffect ( |
If not share a backing effect, clone it before specifing to this constructor. This class does not the backing effect's Dispose().
|
public SetDiffuseRange0 ( float min, float max ) : void | ||
min | float | |
max | float | |
return | void |
public SetDiffuseRange1 ( float min, float max ) : void | ||
min | float | |
max | float | |
return | void |
public SetDiffuseRange2 ( float min, float max ) : void | ||
min | float | |
max | float | |
return | void |
public SetDiffuseRange3 ( float min, float max ) : void | ||
min | float | |
max | float | |
return | void |
public TerrainEffect ( |
||
backingEffect | An effect supporting the CDLOD instancing. | |
return | System |