Assimp  v4.1. (December 2018)
Assimp::COB::Light Struct Reference

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
 

Detailed Description

COB Light data structure.

Member Enumeration Documentation

◆ LightType

Enumerator
SPOT 
LOCAL 
INFINITE 

Constructor & Destructor Documentation

◆ Light()

Assimp::COB::Light::Light ( )
inline

Member Data Documentation

◆ angle

float Assimp::COB::Light::angle

◆ color

aiColor3D Assimp::COB::Light::color

◆ inner_angle

float Assimp::COB::Light::inner_angle

◆ ltype

LightType Assimp::COB::Light::ltype

The documentation for this struct was generated from the following file: