Cogs.Core
|
Public Attributes | |
glm::mat4 | inverseBindPose |
glm::mat4 | relative |
glm::quat | rot |
glm::vec3 | pos |
glm::vec3 | scale |
uint32_t | name |
Offset into strings subsection of current section. | |
uint16_t | parentBone |
Offset of within range of bones of this skeleton. | |
BoneFlags | flags |
Definition at line 425 of file CogsBin3.h.
BoneFlags Cogs::Core::CogsBin3::Bone::flags |
Definition at line 434 of file CogsBin3.h.
glm::mat4 Cogs::Core::CogsBin3::Bone::inverseBindPose |
Definition at line 427 of file CogsBin3.h.
uint32_t Cogs::Core::CogsBin3::Bone::name |
Offset into strings subsection of current section.
Definition at line 432 of file CogsBin3.h.
uint16_t Cogs::Core::CogsBin3::Bone::parentBone |
Offset of within range of bones of this skeleton.
Definition at line 433 of file CogsBin3.h.
glm::vec3 Cogs::Core::CogsBin3::Bone::pos |
Definition at line 430 of file CogsBin3.h.
glm::mat4 Cogs::Core::CogsBin3::Bone::relative |
Definition at line 428 of file CogsBin3.h.
glm::quat Cogs::Core::CogsBin3::Bone::rot |
Definition at line 429 of file CogsBin3.h.
glm::vec3 Cogs::Core::CogsBin3::Bone::scale |
Definition at line 431 of file CogsBin3.h.