1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Add a reflection mask to the reflection probes.

Co-authored-by: Bastiaan Olij <mux213@gmail.com>
This commit is contained in:
Marcel Offermans
2023-12-12 13:20:41 +01:00
parent 96296e476f
commit 25f573ca63
13 changed files with 67 additions and 4 deletions

View File

@@ -401,6 +401,7 @@ public:
FUNC2(reflection_probe_set_enable_box_projection, RID, bool)
FUNC2(reflection_probe_set_enable_shadows, RID, bool)
FUNC2(reflection_probe_set_cull_mask, RID, uint32_t)
FUNC2(reflection_probe_set_reflection_mask, RID, uint32_t)
FUNC2(reflection_probe_set_resolution, RID, int)
FUNC2(reflection_probe_set_mesh_lod_threshold, RID, float)