|  | TerrainMaterialLayerBlendHeightInfluence Property | 
Namespace: DigitalRune.Graphics
 Syntax
SyntaxThe influence of the HeightTexture on the blend weight in the range [-1, 1].
| Value | Description | 
|---|---|
| = 0 | The height values do not influence blending. | 
| > 0 | This material layer overwrites previous material layers where the height values are large. | 
| < 0 | This material layer overwrites previous material layers where the height values are small. | 
The default value is 0.
For optimal results, the HeightTexture should be normalized.
 Remarks
RemarksThis is material parameter. Changing this property affects all terrain layers that share the same material.
See TerrainMaterialLayer for more details.
 See Also
See Also