Interface IShadowMapRenderParams
- Namespace
- HelixToolkit.SharpDX.Core
- Assembly
- HelixToolkit.SharpDX.dll
public interface IShadowMapRenderParams
Properties
Bias
float Bias { get; set; }
Property Value
Height
int Height { get; set; }
Property Value
Intensity
float Intensity { get; set; }
Property Value
LightProjection
Matrix4x4 LightProjection { get; set; }
Property Value
LightView
Matrix4x4 LightView { get; set; }
Property Value
UpdateFrequency
Update shadow map every N frames
int UpdateFrequency { get; set; }
Property Value
Width
int Width { get; set; }