You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-25 15:37:42 +00:00
Improved Voxel AO settings.
This commit is contained in:
@@ -511,8 +511,8 @@ public:
|
||||
virtual void gi_probe_set_ao(RID p_gi_probe, float p_ao) = 0;
|
||||
virtual float gi_probe_get_ao(RID p_gi_probe) const = 0;
|
||||
|
||||
virtual void gi_probe_set_ao_strength(RID p_gi_probe, float p_strength) = 0;
|
||||
virtual float gi_probe_get_ao_strength(RID p_gi_probe) const = 0;
|
||||
virtual void gi_probe_set_ao_size(RID p_gi_probe, float p_strength) = 0;
|
||||
virtual float gi_probe_get_ao_size(RID p_gi_probe) const = 0;
|
||||
|
||||
virtual void gi_probe_set_bias(RID p_gi_probe, float p_bias) = 0;
|
||||
virtual float gi_probe_get_bias(RID p_gi_probe) const = 0;
|
||||
|
||||
Reference in New Issue
Block a user