Enum RenderingServer.LightDirectionalShadowMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum RenderingServer.LightDirectionalShadowMode : long
Fields
Orthogonal = 0Use orthogonal shadow projection for directional light.
Parallel2Splits = 1Use 2 splits for shadow projection when using directional light.
Parallel4Splits = 2Use 4 splits for shadow projection when using directional light.