Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    LightDirectionalShadowMap.PartitionLogarithmic Class

    Namespace: Stride.Rendering.Lights
    Assembly: 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).

    | Improve this Doc View Source

    Constructors


    PartitionLogarithmic()

    Initializes a new instance of the LightDirectionalShadowMap.PartitionLogarithmic class.

    public PartitionLogarithmic()
    | Improve this Doc View Source

    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.


    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation