summaryrefslogtreecommitdiffstats
path: root/scene/3d/voxel_gi.h
diff options
context:
space:
mode:
authorbitsawer <sawerduster@gmail.com>2023-08-28 13:19:07 +0300
committerbitsawer <sawerduster@gmail.com>2023-08-28 13:25:34 +0300
commitc73e1f0d22a3cd12f756492e1cc0a03d74e171fa (patch)
tree6f9562406aa1a0c49a91a82a9ac576233b910959 /scene/3d/voxel_gi.h
parent713bfaf5eac1eb8a770e5ee825db29de99f3d0f7 (diff)
downloadredot-engine-c73e1f0d22a3cd12f756492e1cc0a03d74e171fa.tar.gz
Fix VoxelGI CameraAttributes exposure normalization handling
Diffstat (limited to 'scene/3d/voxel_gi.h')
-rw-r--r--scene/3d/voxel_gi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/3d/voxel_gi.h b/scene/3d/voxel_gi.h
index d276186dd1..7d7787f721 100644
--- a/scene/3d/voxel_gi.h
+++ b/scene/3d/voxel_gi.h
@@ -131,6 +131,8 @@ private:
void _find_meshes(Node *p_at_node, List<PlotMesh> &plot_meshes);
void _debug_bake();
+ float _get_camera_exposure_normalization();
+
protected:
static void _bind_methods();
#ifndef DISABLE_DEPRECATED