Assimp  v3.1.1 (June 2014)
Assimp::LWS::NodeDesc Struct Reference

Represents a LWS scenegraph element. More...

Public Types

enum  { OBJECT = 1, LIGHT = 2, CAMERA = 3, BONE = 4 }
 

Public Member Functions

 NodeDesc ()
 
bool operator== (unsigned int num) const
 

Public Attributes

std::list< LWO::Envelopechannels
 
std::list< NodeDesc * > children
 
unsigned int id
 
bool isPivotSet
 
aiColor3D lightColor
 
float lightConeAngle
 
float lightEdgeAngle
 
unsigned int lightFalloffType
 
float lightIntensity
 
unsigned int lightType
 
const char * name
 
unsigned int number
 
unsigned int parent
 
NodeDescparent_resolved
 
std::string path
 
aiVector3D pivotPos
 
enum Assimp::LWS::NodeDesc:: { ... }  type
 

Detailed Description

Represents a LWS scenegraph element.

Member Enumeration Documentation

anonymous enum
Enumerator
OBJECT 
LIGHT 
CAMERA 
BONE 

Constructor & Destructor Documentation

Assimp::LWS::NodeDesc::NodeDesc ( )
inline

Member Function Documentation

bool Assimp::LWS::NodeDesc::operator== ( unsigned int  num) const
inline

Member Data Documentation

std::list< LWO::Envelope > Assimp::LWS::NodeDesc::channels
std::list< NodeDesc* > Assimp::LWS::NodeDesc::children
unsigned int Assimp::LWS::NodeDesc::id
bool Assimp::LWS::NodeDesc::isPivotSet
aiColor3D Assimp::LWS::NodeDesc::lightColor
float Assimp::LWS::NodeDesc::lightConeAngle
float Assimp::LWS::NodeDesc::lightEdgeAngle
unsigned int Assimp::LWS::NodeDesc::lightFalloffType
float Assimp::LWS::NodeDesc::lightIntensity
unsigned int Assimp::LWS::NodeDesc::lightType
const char* Assimp::LWS::NodeDesc::name
unsigned int Assimp::LWS::NodeDesc::number
unsigned int Assimp::LWS::NodeDesc::parent
NodeDesc* Assimp::LWS::NodeDesc::parent_resolved
std::string Assimp::LWS::NodeDesc::path
aiVector3D Assimp::LWS::NodeDesc::pivotPos
enum { ... } Assimp::LWS::NodeDesc::type

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