diff options
| author | Juan Linietsky | 2017-10-22 13:52:31 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-10-22 13:52:48 -0300 |
| commit | b4f0f59d9fd59c37c931f61ba4e1fe2bf1ac7291 (patch) | |
| tree | 47204aee03707a6dfc667dee59f45e32a7acde8d /servers/visual/visual_server_wrap_mt.h | |
| parent | 58b849800e57812dfee0b3ed3f4bd507d4f9c224 (diff) | |
| download | godot-b4f0f59d9fd59c37c931f61ba4e1fe2bf1ac7291.tar.gz godot-b4f0f59d9fd59c37c931f61ba4e1fe2bf1ac7291.tar.zst godot-b4f0f59d9fd59c37c931f61ba4e1fe2bf1ac7291.zip | |
Many fixes to SSAO, should be good now.
Diffstat (limited to 'servers/visual/visual_server_wrap_mt.h')
| -rw-r--r-- | servers/visual/visual_server_wrap_mt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/visual/visual_server_wrap_mt.h b/servers/visual/visual_server_wrap_mt.h index caec89021..67d503dfc 100644 --- a/servers/visual/visual_server_wrap_mt.h +++ b/servers/visual/visual_server_wrap_mt.h @@ -387,7 +387,7 @@ public: FUNC2(environment_set_canvas_max_layer, RID, int) FUNC4(environment_set_ambient_light, RID, const Color &, float, float) FUNC7(environment_set_ssr, RID, bool, int, float, float, float, bool) - FUNC10(environment_set_ssao, RID, bool, float, float, float, float, float, float, const Color &, bool) + FUNC12(environment_set_ssao, RID, bool, float, float, float, float, float, float, const Color &, EnvironmentSSAOQuality, EnvironmentSSAOBlur, float) FUNC6(environment_set_dof_blur_near, RID, bool, float, float, float, EnvironmentDOFBlurQuality) FUNC6(environment_set_dof_blur_far, RID, bool, float, float, float, EnvironmentDOFBlurQuality) |
