You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
AO support for GIProbe (right on time for Godot Sprint!)
This commit is contained in:
committed by
Juan Linietsky
parent
76c6f39d99
commit
2c67cc654f
@@ -363,6 +363,12 @@ public:
|
||||
BIND2(gi_probe_set_energy, RID, float)
|
||||
BIND1RC(float, gi_probe_get_energy, RID)
|
||||
|
||||
BIND2(gi_probe_set_ao, RID, float)
|
||||
BIND1RC(float, gi_probe_get_ao, RID)
|
||||
|
||||
BIND2(gi_probe_set_ao_strength, RID, float)
|
||||
BIND1RC(float, gi_probe_get_ao_strength, RID)
|
||||
|
||||
BIND2(gi_probe_set_bias, RID, float)
|
||||
BIND1RC(float, gi_probe_get_bias, RID)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user