Phong material (phng)

key: phng

type: CC

  1. color: diffuse coefficient
  2. color: specular coefficient
  3. color: exponent

Description

An implementation of the immortal Phong model. The model uses the light source vector and the specular direction, forming their dot product and raising to the specified exponent..

BRDF

Don't really know...

Examples