siLightType Enum


Enumerations

enum   siLightType {
  siLightPoint = 0,
  siLightInfinite = 1,
  siLightSpot = 2,
  siLightSun = 3,
  siUndefinedLightType = 4
}

Detailed Description

Defines the types of light
See also:
OGLLight::Type, OGLLight::GetType

Enumeration Type Documentation

enum siLightType

Enumerator:
siLightPoint  [0] Point light
siLightInfinite  [1] Infinite light
siLightSpot  [2] Spot light
siLightSun  [3] Sun light
siUndefinedLightType  [4] Undefined light