Defines the types of light
siLightType.siLightPoint // 0 siLightType.siLightInfinite // 1 siLightType.siLightSpot // 2 siLightType.siLightSun // 3 siLightType.siUndefinedLightType // 4 |
| Constant | Value | Description |
|---|---|---|
| siLightPoint | 0 | Point light |
| siLightInfinite | 1 | Infinite light |
| siLightSpot | 2 | Spot light |
| siLightSun | 3 | Sun light |
| siUndefinedLightType | 4 | Undefined light |