Cycles: Add link to a paper used for Beckmann table calculation

This is for those who'll be reading code and trying to improve it.
This commit is contained in:
Sergey Sharybin 2014-07-10 17:55:56 +06:00
parent 5e216a6aa9
commit 49c73f2f22

@ -45,6 +45,11 @@ static float beckmann_table_slope_max()
return 6.0;
}
/* Paper used: Importance Sampling Microfacet-Based BSDFs with the
* Distribution of Visible Normals. Supplemental Material 2/2.
*
* http://hal.inria.fr/docs/01/00/66/20/ANNEX/supplemental2.pdf
*/
static void beckmann_table_rows(float *table, int row_from, int row_to)
{
/* allocate temporary data */