Phong material (phng)
key: phng
type: CC
- color: diffuse coefficient
- color: specular coefficient
- 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