Assimp
v3.1.1 (June 2014)
|
Defines the aiLight data structure. More...
Classes | |
struct | aiLight |
Helper structure to describe a light source. More... | |
Enumerations | |
enum | aiLightSourceType { aiLightSource_UNDEFINED = 0x0, aiLightSource_DIRECTIONAL = 0x1, aiLightSource_POINT = 0x2, aiLightSource_SPOT = 0x3, aiLightSource_AMBIENT = 0x4, _aiLightSource_Force32Bit = INT_MAX } |
Enumerates all supported types of light sources. More... | |
Defines the aiLight data structure.
enum aiLightSourceType |
Enumerates all supported types of light sources.