Support Screen Space Subsurface Scattering

Hi, Babylon officials, are there any plans to develop Screen Space Subsurface Scattering effects.
For example:

IIRC, we already have this feature, and I believe it’s based on the Unity implementation. @sebavan will know.

Documentation: Scattering
Demo: Subsurface scattering demo | Babylon.js Playground

1 Like

Why the parameter metersPerUnit is 1 in the Inspector while set to 0.07 in the code?

It should be scene.enableSubSurfaceForPrePass().metersPerUnit = 0.07;, I fixed the PG:

1 Like