Enum VisualServerSingleton.LightDirectionalShadowMode
enum LightDirectionalShadowMode
: int { ... }
Enum members
| Name | Description |
|---|---|
lightDirectionalShadowOrthogonal
|
Use orthogonal shadow projection for directional light. |
lightDirectionalShadowParallel2Splits
|
Use 2 splits for shadow projection when using directional light. |
lightDirectionalShadowParallel4Splits
|
Use 4 splits for shadow projection when using directional light. |