CG Shaders- Schlick Specular
This is a shader technique used for approximating specular highlights. Most phong derivatives use a specular power and the power function is one of the more expensive operations in shaders. That’s why Christophe Schlick proposed a way to approximate this effect in his paper. He goes into a few other approximations that can be made which […]