| CubeMapShadowNear Property |
Gets or sets the near plane distance for the shadow projection.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float Near { get; set; }
Public Property Near As Single
Get
Set
public:
property float Near {
float get ();
void set (float value);
}
member Near : float32 with get, set
Property Value
Type:
Single
The near plane distance for the shadow projection. The default value is 0.01f;
See Also