Cogs.Core
|
Public Attributes | |
glm::mat4 | bindPose |
uint32_t | firstBone |
Offset into Bones subsection of current section. | |
uint32_t | boneCount |
Number of bones in skeleton. | |
Definition at line 438 of file CogsBin3.h.
glm::mat4 Cogs::Core::CogsBin3::Skeleton::bindPose |
Definition at line 440 of file CogsBin3.h.
uint32_t Cogs::Core::CogsBin3::Skeleton::boneCount |
Number of bones in skeleton.
Definition at line 442 of file CogsBin3.h.
uint32_t Cogs::Core::CogsBin3::Skeleton::firstBone |
Offset into Bones subsection of current section.
Definition at line 441 of file CogsBin3.h.