Table of Contents

Interface IShadowMapRenderParams

Namespace
HelixToolkit.SharpDX.Core
Assembly
HelixToolkit.SharpDX.dll
public interface IShadowMapRenderParams

Properties

Bias

float Bias { get; set; }

Property Value

float

Height

int Height { get; set; }

Property Value

int

Intensity

float Intensity { get; set; }

Property Value

float

LightProjection

Matrix4x4 LightProjection { get; set; }

Property Value

Matrix4x4

LightView

Matrix4x4 LightView { get; set; }

Property Value

Matrix4x4

UpdateFrequency

Update shadow map every N frames

int UpdateFrequency { get; set; }

Property Value

int

Width

int Width { get; set; }

Property Value

int