csharp
public record class ShadowMapAssetA directional light's cascaded shadow map.
Fields and properties (10)
public string NameThe node's name, for debug groups and for a human reading the file.
public bool EnabledWhether the node runs.
public string StageThe name of the stage that draws depth-only casters.
public string AtlasThe name of the depth atlas to render into.
public int CascadeCountHow many cascades to fit.
public int ResolutionOne cascade's side in texels.
public float ShadowDistanceHow far shadows are drawn — not the camera's far plane.
public float SplitLambdaHow far to blend the splits from uniform toward logarithmic.
public float ExtrusionHow far behind a cascade the light's near plane sits.
public string ViewThe 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