diff options
Diffstat (limited to 'scene/3d/light.h')
-rw-r--r-- | scene/3d/light.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scene/3d/light.h b/scene/3d/light.h index 03bf336303..dea7dbee6c 100644 --- a/scene/3d/light.h +++ b/scene/3d/light.h @@ -138,7 +138,8 @@ public: enum ShadowMode { SHADOW_ORTHOGONAL, SHADOW_PERSPECTIVE, - SHADOW_PARALLEL_SPLIT + SHADOW_PARALLEL_2_SPLITS, + SHADOW_PARALLEL_4_SPLITS }; enum ShadowParam { SHADOW_PARAM_MAX_DISTANCE, |