|
BRE12
|
Defines the aiLight data structure. More...
#include "types.h"Go to the source code of this file.
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_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.
1.8.12