|
Assimp
v4.1. (December 2018)
|
COB Light data structure. More...
Inherits Assimp::COB::Node.
Public Types | |
| enum | LightType { SPOT, LOCAL, INFINITE } |
Public Types inherited from Assimp::COB::Node | |
| typedef std::deque< const Node * > | ChildList |
| enum | Type { TYPE_MESH, TYPE_GROUP, TYPE_LIGHT, TYPE_CAMERA, TYPE_BONE } |
Public Types inherited from Assimp::COB::ChunkInfo | |
| enum | { NO_SIZE =UINT_MAX } |
Public Member Functions | |
| Light () | |
Public Member Functions inherited from Assimp::COB::Node | |
| Node (Type type) | |
| virtual | ~Node () |
Public Member Functions inherited from Assimp::COB::ChunkInfo | |
| ChunkInfo () | |
Public Attributes | |
| float | angle |
| aiColor3D | color |
| float | inner_angle |
| LightType | ltype |
Public Attributes inherited from Assimp::COB::Node | |
| std::string | name |
| ChildList | temp_children |
| aiMatrix4x4 | transform |
| Type | type |
| float | unit_scale |
Public Attributes inherited from Assimp::COB::ChunkInfo | |
| 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 |