3
$\begingroup$

reflection

In the book AGI (Advanced Global Illumination), the Phong BRDF is

$f_r(x,\Psi\leftrightarrow\Theta)=k_s\cfrac{(R\cdot\Theta)^n}{N\cdot\Psi}+k_d$

$k_d=\cfrac{albedo}\pi$


In Mitsuba and Tungsten, the Phong BRDF is

$f_r(x,\Psi\leftrightarrow\Theta)=[\cfrac{ratio_{diffuse}}\pi+\cfrac{(R\cdot\Theta)^n(n+2)(1-ratio_{diffuse})}{2\pi}]\cdot albedo$


Why there is a $\cfrac{n+2}{2\pi}$ in the specular part?

What's the relation between the two BRDFs?

$\endgroup$

1 Answer 1

3
$\begingroup$

It's the normalization factor to make sure the BRDF always reflects the same amount of energy regardless of the value of the specular exponent n. Without that factor, changing the specular exponent changes the overall reflectance of the material.

Further reading: The Blinn-Phong Normalization Zoo | The Tenth Planet Blog

$\endgroup$
2
  • $\begingroup$ Yes, I thought of this after posting the question. And I'm trying to calculate $k_s$. $\endgroup$ Commented Aug 16, 2017 at 9:20
  • $\begingroup$ Wow, the link you give is amazing! $\endgroup$ Commented Aug 16, 2017 at 9:22

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.