Improved Voxel AO settings.

This commit is contained in:
Juan Linietsky
2019-11-04 18:17:53 -03:00
parent 4949d578f2
commit b509c814fc
13 changed files with 53 additions and 37 deletions

View File

@@ -290,8 +290,8 @@ public:
FUNC2(gi_probe_set_ao, RID, float)
FUNC1RC(float, gi_probe_get_ao, RID)
FUNC2(gi_probe_set_ao_strength, RID, float)
FUNC1RC(float, gi_probe_get_ao_strength, RID)
FUNC2(gi_probe_set_ao_size, RID, float)
FUNC1RC(float, gi_probe_get_ao_size, RID)
FUNC2(gi_probe_set_bias, RID, float)
FUNC1RC(float, gi_probe_get_bias, RID)