1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Merge pull request #99958 from lander-vr/reflection-probe-blend-property

Add Blend Distance property to ReflectionProbe
This commit is contained in:
Thaddeus Crews
2024-12-12 16:13:32 -06:00
18 changed files with 128 additions and 10 deletions

View File

@@ -460,6 +460,7 @@ public:
FUNC2(reflection_probe_set_update_mode, RID, ReflectionProbeUpdateMode)
FUNC2(reflection_probe_set_intensity, RID, float)
FUNC2(reflection_probe_set_blend_distance, RID, float)
FUNC2(reflection_probe_set_ambient_color, RID, const Color &)
FUNC2(reflection_probe_set_ambient_energy, RID, float)
FUNC2(reflection_probe_set_ambient_mode, RID, ReflectionProbeAmbientMode)