engine icon indicating copy to clipboard operation
engine copied to clipboard

Investigate using LUTs instead of calculating sheen weights in shader

Open GSterbrant opened this issue 2 years ago • 0 comments

Description

PR #4460 adds sheen to the standard material. The glTF reference implementation uses two LUTs for the BRDFs, one to weight the underlying layers, and one to weight the reflections. Currently, the weight used to blend the layers is a constant value, which is fine, but the weight used for the environment reflections is more costly, as it's currently done in an analytical manner.

GSterbrant avatar Jul 21 '22 16:07 GSterbrant