Assimp  v4.1. (December 2018)
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

anonymous enum
Enumerator
OBJECT 
LIGHT 
CAMERA 
BONE 

Constructor & Destructor Documentation

◆ NodeDesc()

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

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ channels

std::list< LWO::Envelope > Assimp::LWS::NodeDesc::channels

◆ children

std::list< NodeDesc* > Assimp::LWS::NodeDesc::children

◆ id

unsigned int Assimp::LWS::NodeDesc::id

◆ isPivotSet

bool Assimp::LWS::NodeDesc::isPivotSet

◆ lightColor

aiColor3D Assimp::LWS::NodeDesc::lightColor

◆ lightConeAngle

float Assimp::LWS::NodeDesc::lightConeAngle

◆ lightEdgeAngle

float Assimp::LWS::NodeDesc::lightEdgeAngle

◆ lightFalloffType

unsigned int Assimp::LWS::NodeDesc::lightFalloffType

◆ lightIntensity

float Assimp::LWS::NodeDesc::lightIntensity

◆ lightType

unsigned int Assimp::LWS::NodeDesc::lightType

◆ name

const char* Assimp::LWS::NodeDesc::name

◆ number

unsigned int Assimp::LWS::NodeDesc::number

◆ parent

unsigned int Assimp::LWS::NodeDesc::parent

◆ parent_resolved

NodeDesc* Assimp::LWS::NodeDesc::parent_resolved

◆ path

std::string Assimp::LWS::NodeDesc::path

◆ pivotPos

aiVector3D Assimp::LWS::NodeDesc::pivotPos

◆ type

enum { ... } Assimp::LWS::NodeDesc::type

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