How to find PDF to use with importance sampling

Started by
0 comments, last by wil_ 8 years, 2 months ago

I was looking at this post: http://blog.tobias-franke.eu/2014/03/30/notes_on_importance_sampling.html which shows how to derive the sampling function for both Phong and GGX distributions given the PDF, but I'm not sure how the author got the PDF to start with?

[size=2]
Advertisement

I am not certain, but I think the formula in the link you refer to is a reformulation of the Phong NDF to account for light conservation (the formula used for normalized Phong specular BRDF).

Here is some material that might help you answer your question.

In the 1977 paper Models of Light Reflection for Computer Synthetized Pictures, James F. Blinn talks about several possible Facet Distribution Functions that can be chosen to build a Torrance-Sparow model of a specular BRDF:

NDFs.png

In the Global Illumination Compendium, Philip Dutré recalls the mathematical background of integration over the hemisphere:

integral_over_hemisphere.png

A derivation of the normalization factor for the Phong NDF has been given on Fabian Giesen site:

Normalization_Factor.png

This topic is closed to new replies.

Advertisement