Click or drag to resize
DigitalRuneMeshRendererEnableInstancing Property
Gets or sets a value indicating whether hardware instancing is enabled.

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

Property Value

Type: Boolean
if hardware instancing is enabled; otherwise, . The default value is .
Remarks
When this property is , the renderer will render mesh instances using hardware instancing if the material supports instancing (see InstancingTechnique) and the batch size is sufficiently large.
See Also