xoreos
0.0.5
|
Public Member Functions | |
Bone () | |
Public Attributes | |
Common::UString | name |
glm::mat4 | transform |
Complete local transformation this bone specifies. More... | |
uint16 | nodeID |
ID of this bone. More... | |
uint16 | parentID |
ID of parent bone. More... | |
uint16 | nodeStack |
Matrix stack position this bone uses. More... | |
uint16 | parentStack |
Matrix stack position the parent uses. More... | |
Bone * | parent |
Pointer to the parent bones. More... | |
std::list< Bone * > | children |
Pointers to the child bones. More... | |
ModelNode_Sonic * | modelNode |
Model node this bone represents. More... | |
Definition at line 229 of file model_sonic.h.
|
inline |
Definition at line 247 of file model_sonic.h.
std::list<Bone *> Graphics::Aurora::Model_Sonic::Bone::children |
Pointers to the child bones.
Definition at line 242 of file model_sonic.h.
Referenced by Graphics::Aurora::ModelNode_Sonic::load(), and Graphics::Aurora::Model_Sonic::parseBoneCommands().
ModelNode_Sonic* Graphics::Aurora::Model_Sonic::Bone::modelNode |
Model node this bone represents.
Definition at line 244 of file model_sonic.h.
Referenced by Graphics::Aurora::ModelNode_Sonic::load().
Common::UString Graphics::Aurora::Model_Sonic::Bone::name |
Definition at line 230 of file model_sonic.h.
Referenced by Graphics::Aurora::ModelNode_Sonic::load(), and Graphics::Aurora::Model_Sonic::readBone().
uint16 Graphics::Aurora::Model_Sonic::Bone::nodeID |
ID of this bone.
Definition at line 235 of file model_sonic.h.
Referenced by Graphics::Aurora::Model_Sonic::parseBoneCommands().
uint16 Graphics::Aurora::Model_Sonic::Bone::nodeStack |
Matrix stack position this bone uses.
Definition at line 238 of file model_sonic.h.
Referenced by Graphics::Aurora::Model_Sonic::parseBoneCommands().
Bone* Graphics::Aurora::Model_Sonic::Bone::parent |
Pointer to the parent bones.
Definition at line 241 of file model_sonic.h.
Referenced by Graphics::Aurora::ModelNode_Sonic::load(), and Graphics::Aurora::Model_Sonic::parseBoneCommands().
uint16 Graphics::Aurora::Model_Sonic::Bone::parentID |
ID of parent bone.
Definition at line 236 of file model_sonic.h.
Referenced by Graphics::Aurora::Model_Sonic::parseBoneCommands().
uint16 Graphics::Aurora::Model_Sonic::Bone::parentStack |
Matrix stack position the parent uses.
Definition at line 239 of file model_sonic.h.
Referenced by Graphics::Aurora::Model_Sonic::parseBoneCommands().
glm::mat4 Graphics::Aurora::Model_Sonic::Bone::transform |
Complete local transformation this bone specifies.
Definition at line 233 of file model_sonic.h.
Referenced by Graphics::Aurora::ModelNode_Sonic::load(), and Graphics::Aurora::Model_Sonic::readBone().