Click or drag to resize
DigitalRuneTerrainNodeDetailClipmap Property
Gets or sets the detail clipmap which stores material information used to shade the terrain.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public TerrainClipmap DetailClipmap { get; set; }

Property Value

Type: TerrainClipmap
The detail clipmap which stores material information used to shade the terrain.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
Remarks
TerrainNode for more information.
See Also