diff options
| author | Juan Linietsky <reduzio@gmail.com> | 2017-06-15 21:28:05 -0300 |
|---|---|---|
| committer | Juan Linietsky <reduzio@gmail.com> | 2017-06-16 08:30:21 -0300 |
| commit | 29cfc365aa270601d2308bcc4b84ffb55f7241b7 (patch) | |
| tree | 40fb769b3be6735cc6f833ace1a75dd694b6ba6d /servers/visual_server.h | |
| parent | 3fadbe2172359e2012cd461626e6dcc829d896e9 (diff) | |
| download | redot-engine-29cfc365aa270601d2308bcc4b84ffb55f7241b7.tar.gz | |
Fixes to SSR, WIP.
Diffstat (limited to 'servers/visual_server.h')
| -rw-r--r-- | servers/visual_server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/visual_server.h b/servers/visual_server.h index 470f927f6b..c41f134bcc 100644 --- a/servers/visual_server.h +++ b/servers/visual_server.h @@ -664,7 +664,7 @@ public: virtual void environment_set_tonemap(RID p_env, EnvironmentToneMapper p_tone_mapper, float p_exposure, float p_white, bool p_auto_exposure, float p_min_luminance, float p_max_luminance, float p_auto_exp_speed, float p_auto_exp_grey) = 0; virtual void environment_set_adjustment(RID p_env, bool p_enable, float p_brightness, float p_contrast, float p_saturation, RID p_ramp) = 0; - virtual void environment_set_ssr(RID p_env, bool p_enable, int p_max_steps, float p_accel, float p_fade, float p_depth_tolerance, bool p_smooth, bool p_roughness) = 0; + virtual void environment_set_ssr(RID p_env, bool p_enable, int p_max_steps, float p_fade_in, float p_fade_out, float p_depth_tolerance, bool p_roughness) = 0; virtual void environment_set_ssao(RID p_env, bool p_enable, float p_radius, float p_intensity, float p_radius2, float p_intensity2, float p_bias, float p_light_affect, const Color &p_color, bool p_blur) = 0; virtual void environment_set_fog(RID p_env, bool p_enable, const Color &p_color, const Color &p_sun_color, float p_sun_amount) = 0; |
