Click or drag to resize
DigitalRuneTerrainClipmap Constructor
Initializes a new instance of the TerrainClipmap class.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public TerrainClipmap(
	int numberOfTextures,
	SurfaceFormat format
)

Parameters

numberOfTextures
Type: SystemInt32
The number of textures in the range [1, 4].
format
Type: SurfaceFormat
The texture surface format.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Invalid numberOfTextures.
See Also