LightDirectionalShadowMap.PartitionLogarithmic Class
Namespace: Stride.Rendering.LightsAssembly: Stride.Rendering.dll
Logarithmic and PSSM partition. This class cannot be inherited.
System.Object → LightDirectionalShadowMap.PartitionModeBase →
LightDirectionalShadowMap.PartitionLogarithmic
Derived from LightDirectionalShadowMap.PartitionLogarithmic:
[DataContract("LightDirectionalShadowMap.PartitionLogarithmic")]
[Display("Logarithmic", null)]
public sealed class PartitionLogarithmic : LightDirectionalShadowMap.PartitionModeBase
| Name | Description | |
|---|---|---|
| Constructors | ||
| PartitionLogarithmic() | Initializes a new instance of the LightDirectionalShadowMap.PartitionLogarithmic class. |
|
| Properties | ||
| PSSMFactor | Gets or sets the PSSM factor (0.0f is full logarithmic, 1.0f is full PSSM). |
|
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
| Type | Description |
|---|---|
| System.Single | The PSSM factor. |