Optimized Phong and Blinn-Phong Glossy Highlights
Linus Källberg, Thomas Larsson
In Journal of Computer Graphics Techniques (JCGT), 3(3), July 2014.
Abstract: We describe a simple technique to compute the threshold at which glossy lobes in Phong or Blinn-Phong-like reflection models are negligible and thus avoid the cost of an exponentiation and a few other operations. The technique is trivial to incorporate into existing shaders. For existing shaders that already branch when the glossy term is zero, it introduces little overhead. SIMD or GPU shaders that do not already branch will incur the overhead of a branch and may experience divergence, which should be weighed against the potential advantages.
Article URL: http://jcgt.org/published/0003/03/01/
BibTeX format:
@article{Kallberg:2014:OPA,
  author = {Linus Källberg and Thomas Larsson},
  title = {Optimized Phong and Blinn-Phong Glossy Highlights},
  journal = {Journal of Computer Graphics Techniques (JCGT)},
  volume = {3},
  number = {3},
  pages = {1--6},
  month = jul,
  year = {2014},
}
Search for more articles by Linus Källberg.
Search for more articles by Thomas Larsson.

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."