Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
Defines the aiLight data structure. More...
Classes | |
struct | aiLight |
Helper structure to describe a light source. More... | |
Macros | |
#define | AI_LIGHT_H_INC |
Enumerations | |
enum | aiLightSourceType { aiLightSource_UNDEFINED = 0x0 , aiLightSource_DIRECTIONAL = 0x1 , aiLightSource_POINT = 0x2 , aiLightSource_SPOT = 0x3 , aiLightSource_AMBIENT = 0x4 , aiLightSource_AREA = 0x5 , _aiLightSource_Force32Bit = INT_MAX } |
Enumerates all supported types of light sources. More... | |
Defines the aiLight data structure.
#define AI_LIGHT_H_INC |
enum aiLightSourceType |
Enumerates all supported types of light sources.