Class LightDirectionalShadowMap.PartitionLogarithmic
Logarithmic and PSSM partition. This class cannot be inherited.
[DataContract("LightDirectionalShadowMap.PartitionLogarithmic")]
[Display("Logarithmic", null)]
public sealed class LightDirectionalShadowMap.PartitionLogarithmic : LightDirectionalShadowMap.PartitionModeBase
  - Inheritance
 - 
      objectLightDirectionalShadowMap.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.