csharp
public record class PunctualShadowAssetSpot and point light shadows in one atlas.
Fields and properties (9)
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 ResolutionOne tile's side in texels.
public int TilesPerSideHow many tiles the atlas is across.
public string[] PassesWhich passes' compose slots the atlas is published under.
public float ConstantBiasHow far the depth comparison is nudged, in depth units.
public float SlopeBiasHow much more of that a surface gets as it turns away from the light.
Used by (4)
- CompositorBuilderVixen.Rendering
- TypeRegistrationVixen.Rendering
- Vixen_Rendering_Compositor_PunctualShadowAssetSerializerVixen.Rendering
- PunctualShadowNodeVixen.Editor.AssetEditors