Re-implement subsurface scattering.
The size settings are more "just works", with default scale and depth scale values that don't need much tweaking. Additionally, a "skin" mode was added so skin looks better. EDIT: Cleaned up SSR filter shader a bit.
This commit is contained in:
parent
aeb95ef006
commit
c54f80d35c
18 changed files with 399 additions and 17 deletions
|
|
@ -456,6 +456,8 @@ public:
|
|||
FUNC5(environment_set_fog_height, RID, bool, float, float, float)
|
||||
|
||||
FUNC2(screen_space_roughness_limiter_set_active, bool, float)
|
||||
FUNC1(sub_surface_scattering_set_quality, SubSurfaceScatteringQuality)
|
||||
FUNC2(sub_surface_scattering_set_scale, float, float)
|
||||
|
||||
FUNCRID(camera_effects)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue