Click or drag to resize
DigitalRuneCubeMapShadowNear Property
Gets or sets the near plane distance for the shadow projection.

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

Property Value

Type: Single
The near plane distance for the shadow projection. The default value is 0.01f;
See Also