mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Overhaul screen space reflections.
This commit is contained in:
parent
f50d7fa1e8
commit
c128886c63
31 changed files with 1185 additions and 934 deletions
|
|
@ -817,6 +817,7 @@ public:
|
|||
FUNC2(environment_set_camera_feed_id, RID, int)
|
||||
|
||||
FUNC6(environment_set_ssr, RID, bool, int, float, float, float)
|
||||
FUNC1(environment_set_ssr_half_size, bool)
|
||||
FUNC1(environment_set_ssr_roughness_quality, EnvironmentSSRRoughnessQuality)
|
||||
|
||||
FUNC10(environment_set_ssao, RID, bool, float, float, float, float, float, float, float, float)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue