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
|
|
@ -1287,6 +1287,8 @@ public:
|
|||
|
||||
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) = 0;
|
||||
|
||||
virtual void environment_set_ssr_half_size(bool p_half_size) = 0;
|
||||
|
||||
enum EnvironmentSSRRoughnessQuality {
|
||||
ENV_SSR_ROUGHNESS_QUALITY_DISABLED,
|
||||
ENV_SSR_ROUGHNESS_QUALITY_LOW,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue