This is more correct for scanned textures as they include scattering already. Affects the look of emissive lighting (rarely needed and can be fixed by content). All diffuse lighting for SubsurfaceScatteringProfile is now done without the BaseColor (minor performance cost) and reading the Lighting before the SubsurfaceScattering pass would be different.
Removed the need for a SceneColor alpha channel as lighting is now stored in a checkerboard pattern for diffuse and specular separate. Specular and diffuse lighting on Subsurface materials can appear a bit less crips.
This means the use of 32bit SceneColor (for better performance) is now possible (we might change the defaults soon).
[CL 2640696 by Martin Mittring in Main branch]
- wasn't scaling right with ViewportSize, e.g. HighResScreenshot
- Missing a horizontal line in the 2d kernel
- Improved quality of the full res portion
- refactored to avoid one full res pass
- simplified Stereo rendering support
- In single viewport case it now goes down to 32bit texture format afterwards (input can be 32/RGB or 64/RGBA as before, without alpha it can look bad)
[CL 2637623 by Martin Mittring in Main branch]
no backscattering yet, might replace Preintegrated and Subsurface shading models, can be optimized, postprocess pass only runs if an object on the screen is using it, uses SeparableSSS by Jorge Jimenez and Diego Gutierrez
[CL 2236313 by Martin Mittring in Main branch]