diff options
author | jainl28patel <jainilpatel2003@gmail.com> | 2023-01-23 17:13:42 +0530 |
---|---|---|
committer | jainl28patel <jainilpatel2003@gmail.com> | 2023-01-24 00:32:24 +0530 |
commit | 2da3acf620555cd2d0ffcb9b7d7df9717f55b825 (patch) | |
tree | 0759dd75fc5fa05990f28841edbbe67c28e8e044 /drivers/gles3/storage/light_storage.h | |
parent | 9937915ad77059b63582ffd4e324afb26f467b76 (diff) |
fix ReflectionProbe rendering extents for (10,10,10)
Diffstat (limited to 'drivers/gles3/storage/light_storage.h')
-rw-r--r-- | drivers/gles3/storage/light_storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gles3/storage/light_storage.h b/drivers/gles3/storage/light_storage.h index a304b6a265..8b2bdaf872 100644 --- a/drivers/gles3/storage/light_storage.h +++ b/drivers/gles3/storage/light_storage.h @@ -113,7 +113,7 @@ struct ReflectionProbe { Color ambient_color; float ambient_color_energy = 1.0; float max_distance = 0; - Vector3 extents = Vector3(1, 1, 1); + Vector3 extents = Vector3(10, 10, 10); Vector3 origin_offset; bool interior = false; bool box_projection = false; |