SLIDE 52 The Schlick Approximation to Fresnel
- Pretty accurate, cheap, parameterized by cspec
- For microfacet BRDFs (m = h):
FSchlick(cspec, l, n) = cspec + (1 − cspec)(1 − (l · n))5
FSchlick(cspec, l, h) = cspec + (1 − cspec)(1 − (l · h))5
52
The Schlick approximation to Fresnel is commonly used. It is cheap and reasonably accurate - more importantly it has a convenient parameter (normal incidence Fresnel reflectance, or specular color). As we saw previously, when using it in microfacet BRDFs the h vector is used in place of the normal.