| 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. 
  | |||
| PER_VERTEX_PHONG | 2 | Per-vertex Phong lighting.  | |||
| PER_PIXEL_PHONG | 3 | Per-pixel Phong lighting.  | |||
| PHYSICALLY_BASED | 4 | Physically based lighting.  |