Click or drag to resize
DigitalRuneTerrainNode Constructor
Initializes a new instance of the TerrainNode class.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public TerrainNode(
	Terrain terrain,
	Material material
)

Parameters

terrain
Type: DigitalRune.GraphicsTerrain
The terrain.
material
Type: DigitalRune.GraphicsMaterial
The material.
Exceptions
ExceptionCondition
ArgumentNullExceptionterrain or material is .
See Also