Assimp
v3.1.1 (June 2014)
|
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::Envelope > | channels |
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 |
NodeDesc * | parent_resolved |
std::string | path |
aiVector3D | pivotPos |
enum Assimp::LWS::NodeDesc:: { ... } | type |
Represents a LWS scenegraph element.
|
inline |
|
inline |
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 |