Click or drag to resize
DigitalRuneTerrainRendererMeshLoad Method
Loads a TerrainRendererMesh from the specified stream.

Namespace: DigitalRune.Graphics.Rendering
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static TerrainRendererMesh Load(
	GraphicsDevice graphicsDevice,
	Stream stream
)

Parameters

graphicsDevice
Type: GraphicsDevice
The graphics device.
stream
Type: System.IOStream
The stream.

Return Value

Type: TerrainRendererMesh
The TerrainRendererMesh.
Exceptions
ExceptionCondition
ArgumentNullExceptiongraphicsDevice or stream is .
See Also