Enum VisualServerSingleton.LightDirectionalShadowDepthRangeMode
enum LightDirectionalShadowDepthRangeMode
: int { ... }
Enum members
Name | Description |
---|---|
lightDirectionalShadowDepthRangeOptimized
|
Optimize use of shadow maps, increasing the effective resolution. But may result in shadows moving or flickering slightly. |
lightDirectionalShadowDepthRangeStable
|
Keeps shadows stable as camera moves but has lower effective resolution. |