You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `shdadow-camera-auto` configuration maps to `light.shadowCameraAuto` which tells the light to automatically update the shadow camera to be the minimum size and position to encompass the target elements.
| castShadow || Whether this light casts shadows on the scene. | false |
191
197
| shadowBias || Offset depth when deciding whether a surface is in shadow. Tiny adjustments here (in the order of +/-0.0001) may reduce artifacts in shadows. | 0 |
198
+
| shadowCameraAuto |`directional`| Automatically configure the Bottom, Top, Left, Right, Near and Far of a directional light's shadow map, from an element ||
192
199
| shadowCameraBottom |`directional`| Bottom plane of shadow camera frustum. | -5 |
193
200
| shadowCameraFar || Far plane of shadow camera frustum. | 500 |
0 commit comments