aboutsummaryrefslogtreecommitdiff
path: root/servers/visual_server.h
diff options
context:
space:
mode:
authorJuan Linietsky2017-02-06 05:12:15 -0300
committerJuan Linietsky2017-02-06 05:12:15 -0300
commit5cc63dee0f719139b263ac95027ce520843a9f5f (patch)
tree47eeb2cf3a1a699da2c871e1b5ea22a1ed8c83ec /servers/visual_server.h
parent6f2e16306a6552d704fb2346c9abdd26e0e523b7 (diff)
downloadgodot-5cc63dee0f719139b263ac95027ce520843a9f5f.tar.gz
godot-5cc63dee0f719139b263ac95027ce520843a9f5f.tar.zst
godot-5cc63dee0f719139b263ac95027ce520843a9f5f.zip
ability to adjust propagation in gi probe
Diffstat (limited to '')
-rw-r--r--servers/visual_server.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/servers/visual_server.h b/servers/visual_server.h
index 4924851a5..cda772165 100644
--- a/servers/visual_server.h
+++ b/servers/visual_server.h
@@ -474,6 +474,9 @@ public:
virtual void gi_probe_set_energy(RID p_probe,float p_range)=0;
virtual float gi_probe_get_energy(RID p_probe) const=0;
+ virtual void gi_probe_set_propagation(RID p_probe,float p_range)=0;
+ virtual float gi_probe_get_propagation(RID p_probe) const=0;
+
virtual void gi_probe_set_interior(RID p_probe,bool p_enable)=0;
virtual bool gi_probe_is_interior(RID p_probe) const=0;