Click or drag to resize
DigitalRuneTerrainRendererDrawWireFrame Property
Gets or sets a value indicating whether the wire frame of the terrain should be rendered for debugging.

Namespace: DigitalRune.Graphics.Rendering
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public bool DrawWireFrame { get; set; }

Property Value

Type: Boolean
to render the terrain wire frame; otherwise, .
Remarks
See TerrainRenderer for more details.
See Also