SoLightModelElementModels Enumeration |
These are the available lighting models.
Namespace: OIV.Inventor.Elements
Member name | Value | Description | |
---|---|---|---|
BASE_COLOR | 0 | No lighting; just use base color. | |
PHONG | 1 | Obsolete. Phong lighting. Obsoletesince Open Inventor 10000. PHONG is replaced by PER_VERTEX_PHONG to avoid ambiguities with PER_PIXEL_PHONG | |
PER_VERTEX_PHONG | 2 | Per-vertex Phong lighting. | |
PER_PIXEL_PHONG | 3 | Per-pixel Phong lighting. |