Assimp
v4.1. (December 2018)
|
COB Light data structure. More...
Inherits Assimp::COB::Node.
Public Types | |
enum | LightType { SPOT , LOCAL , INFINITE } |
![]() | |
typedef std::deque< const Node * > | ChildList |
enum | Type { TYPE_MESH , TYPE_GROUP , TYPE_LIGHT , TYPE_CAMERA , TYPE_BONE } |
![]() | |
enum | { NO_SIZE =UINT_MAX } |
Public Member Functions | |
Light () | |
![]() | |
Node (Type type) | |
virtual | ~Node () |
![]() | |
ChunkInfo () | |
Public Attributes | |
float | angle |
aiColor3D | color |
float | inner_angle |
LightType | ltype |
![]() | |
std::string | name |
ChildList | temp_children |
aiMatrix4x4 | transform |
Type | type |
float | unit_scale |
![]() | |
unsigned int | id |
unsigned int | parent_id |
unsigned int | size |
unsigned int | version |
|
inline |
float Assimp::COB::Light::angle |
aiColor3D Assimp::COB::Light::color |
float Assimp::COB::Light::inner_angle |
LightType Assimp::COB::Light::ltype |