Click or drag to resize
SoLightModelElementModels Enumeration

These are the available lighting models.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public enum Models
Members
  Member nameValueDescription
BASE_COLOR0

No lighting; just use base color.

PHONG1 Obsolete.

Phong lighting.

Caution note Caution

Obsolete since Open Inventor 10000. PHONG is replaced by PER_VERTEX_PHONG to avoid ambiguities with PER_PIXEL_PHONG

PER_VERTEX_PHONG2

Per-vertex Phong lighting.

PER_PIXEL_PHONG3

Per-pixel Phong lighting.

PHYSICALLY_BASED4

Physically based lighting.

Remarks