Table of Contents

Class LightDirectionalShadowMap.PartitionLogarithmic

Namespace
Stride.Rendering.Lights
Assembly
Stride.Rendering.dll

Logarithmic and PSSM partition. This class cannot be inherited.

[DataContract("LightDirectionalShadowMap.PartitionLogarithmic")]
[Display("Logarithmic", null)]
public sealed class LightDirectionalShadowMap.PartitionLogarithmic : LightDirectionalShadowMap.PartitionModeBase
Inheritance
LightDirectionalShadowMap.PartitionLogarithmic

Constructors

PartitionLogarithmic()

Initializes a new instance of the LightDirectionalShadowMap.PartitionLogarithmic class.

public PartitionLogarithmic()

Properties

PSSMFactor

Gets or sets the PSSM factor (0.0f is full logarithmic, 1.0f is full PSSM).

[DataMember(10)]
[DataMemberRange(0, 1, 0.01, 0.1, 2)]
[Display("PSSM", null)]
public float PSSMFactor { get; set; }

Property Value

float

The PSSM factor.