opals::ShadingMethod Namespace Reference

Enumerator defining different shading methods. More...

Enumerations

enum  Type { tanaka, lambert, peucker, Count }

Detailed Description

Enumerator defining different shading methods.

Enumeration Type Documentation

enum Type
Enumerator:
tanaka 

use algorithm according to Tanaka

lambert 

lambertian reflection (proportional to cosine of incident angle)

peucker 

lambertian reflection (approximation according to Peucker)

Count 

number of elements