Enum DirectionalLight.ShadowDepthRange
enum ShadowDepthRange
: int { ... }
Enum members
Name | Description |
---|---|
shadowDepthRangeOptimized
|
Tries to achieve maximum shadow resolution. May result in saw effect on shadow edges. |
shadowDepthRangeStable
|
Keeps the shadow stable when the camera moves, at the cost of lower effective shadow resolution. |