Vixen
02b45cc4
csharp
public record class ShadowMapAsset

A directional light's cascaded shadow map.

Read the guide page for this →

Fields and properties (10)

  • public string Name

    The node's name, for debug groups and for a human reading the file.

  • public bool Enabled

    Whether the node runs.

  • public string Stage

    The name of the stage that draws depth-only casters.

  • public string Atlas

    The name of the depth atlas to render into.

  • public int CascadeCount

    How many cascades to fit.

  • public int Resolution

    One cascade's side in texels.

  • public float ShadowDistance

    How far shadows are drawn — not the camera's far plane.

  • public float SplitLambda

    How far to blend the splits from uniform toward logarithmic.

  • public float Extrusion

    How far behind a cascade the light's near plane sits.

  • public string View

    The view whose frustum the cascades are fitted to — the camera.

Used by (5)

  • CompositorAssetTestsVixen.Rendering.Tests
  • CompositorBuilderVixen.Rendering
  • TypeRegistrationVixen.Rendering
  • Vixen_Rendering_Compositor_ShadowMapAssetSerializerVixen.Rendering
  • ShadowMapNodeVixen.Editor.AssetEditors