Click or drag to resize
DigitalRuneTerrainMaterialLayer Properties

The TerrainMaterialLayer type exposes the following members.

Properties
  NameDescription
Public propertyAabb
Gets (or sets) the axis-aligned bounding box of the area that is influenced by this terrain layer.
(Inherited from TerrainLayer.)
Public propertyAlpha
Gets or sets the opacity (alpha). (This is a material parameter - see remarks.)
Public propertyBlendHeightInfluence
Gets or sets the influence of the HeightTexture on the blend weight. (This is a material parameter - see remarks.)
Public propertyBlendNoiseInfluence
Gets or sets the influence of the noise on the blend weight. (This is a material parameter - see remarks.)
Public propertyBlendRange
Gets or sets the blend range. (This is a material parameter - see remarks.)
Public propertyBlendTexture
Gets or sets the texture which contains the blend weights. (This is a material parameter - see remarks.)
Public propertyBlendTextureChannel
Gets or sets the texture channel of the BlendTexture which contains the blend weight for this material. (This is a material parameter - see remarks.)
Public propertyBlendThreshold
Gets or sets the threshold for the blend weights. (This is a material parameter - see remarks.)
Public propertyDiffuseColor
Gets or sets the diffuse color. (This is a material parameter - see remarks.)
Public propertyDiffuseTexture
Gets or sets the diffuse texture. (This is a material parameter - see remarks.)
Public propertyFadeInEnd
Gets or sets the clipmap level where the fade-in ends and this terrain layer is fully visible. (This is a material parameter - see remarks.)
(Inherited from TerrainLayer.)
Public propertyFadeInStart
Gets or sets the clipmap level where this terrain layer starts to fade in. (This is a material parameter - see remarks.)
(Inherited from TerrainLayer.)
Public propertyFadeOutEnd
Gets or sets the clipmap level where the fade-out ends and this terrain layer is not rendered anymore. (This is a material parameter - see remarks.)
(Inherited from TerrainLayer.)
Public propertyFadeOutStart
Gets or sets the clipmap level where this terrain layer starts to fade out. (This is a material parameter - see remarks.)
(Inherited from TerrainLayer.)
Public propertyHeightTexture
Gets or sets the height texture, which stores relative height values. (This is a material parameter - see remarks.)
Public propertyHeightTextureBias
Gets or sets the bias that is added to samples of the height texture. (This is a material parameter - see remarks.)
Public propertyHeightTextureScale
Gets or sets the scale that is multiplied with samples of the height texture. (This is a material parameter - see remarks.)
Public propertyIsDisposed
Gets a value indicating whether this instance has been disposed of.
(Inherited from TerrainLayer.)
Public propertyMaterial
Gets (or sets) the material that is used to render this terrain layer.
(Inherited from TerrainLayer.)
Public propertyMaterialInstance
Gets the material instance.
(Inherited from TerrainLayer.)
Public propertyNoiseTileSize
Gets or sets the size of the tiling noise map in world space units. (This is a material parameter - see remarks.)
Public propertyNormalTexture
Gets or sets the normal texture. (This is a material parameter - see remarks.)
Public propertySpecularColor
Gets or sets the specular color. (This is a material parameter - see remarks.)
Public propertySpecularPower
Gets or sets the specular color exponent. (This is a material parameter - see remarks.)
Public propertySpecularTexture
Gets or sets the specular texture. (This is a material parameter - see remarks.)
Public propertyTerrainHeightBlendRange
Gets or sets the range for terrain height-based blending in world space units. (This is a material parameter - see remarks.)
Public propertyTerrainHeightMax
Gets or sets the max terrain height in world space. The material is not rendered above this height. (This is a material parameter - see remarks.)
Public propertyTerrainHeightMin
Gets or sets the min terrain height in world space. The material is not rendered below this height. (This is a material parameter - see remarks.)
Public propertyTerrainSlopeBlendRange
Gets or sets the range for terrain slope-based blending in radians. (This is a material parameter - see remarks.)
Public propertyTerrainSlopeMax
Gets or sets the max terrain slope in radians. The material is not rendered if the terrain is steeper than this slope. (This is a material parameter - see remarks.)
Public propertyTerrainSlopeMin
Gets or sets the min terrain slope in radians. The material is not rendered if the terrain is flatter than this slope. (This is a material parameter - see remarks.)
Public propertyTileSize
Gets or sets the tile size of the textures in world space. (This is a material parameter - see remarks.)
Public propertyTintStrength
Gets or sets the influence of the TintTexture. (This is a material parameter - see remarks.)
Public propertyTintTexture
Gets or sets the tint texture. (This is a material parameter - see remarks.)
Public propertyTriplanarTightening
Gets or sets the tightening factor for triplanar texture mapping. (Use -1 to disable triplanar texture mapping. This is a material parameter - see remarks.)
Top
See Also