Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    SubsurfaceScatteringBlurShaderKeys Class

    Namespace: Stride.Rendering.SubsurfaceScattering
    Assembly: Stride.Rendering.dll
    System.Object → SubsurfaceScatteringBlurShaderKeys
    Derived from SubsurfaceScatteringBlurShaderKeys:

    public static class SubsurfaceScatteringBlurShaderKeys
    Name Description
    Fields
    IterationNumber
    KernelBuffer
    ProjectionSizeOnUnitPlaneInClipSpace
    ScatteringWidths
    ViewProjectionMatrix
    | Improve this Doc View Source

    Fields


    IterationNumber

    public static readonly ValueParameterKey<float> IterationNumber
    Field Value
    Type Description
    ValueParameterKey<System.Single>

    KernelBuffer

    public static readonly ObjectParameterKey<Buffer> KernelBuffer
    Field Value
    Type Description
    ObjectParameterKey<Buffer>

    ProjectionSizeOnUnitPlaneInClipSpace

    public static readonly ValueParameterKey<Vector2> ProjectionSizeOnUnitPlaneInClipSpace
    Field Value
    Type Description
    ValueParameterKey<Vector2>

    ScatteringWidths

    public static readonly ValueParameterKey<float> ScatteringWidths
    Field Value
    Type Description
    ValueParameterKey<System.Single>

    ViewProjectionMatrix

    public static readonly ValueParameterKey<Matrix> ViewProjectionMatrix
    Field Value
    Type Description
    ValueParameterKey<Matrix>

    • Improve this Doc
    • View Source
    In This Article

    Back to top

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