Cogs.Core
|
Public Attributes | |
std::vector< Bone > | bones |
glm::mat4 | bindPose |
std::unordered_map< std::string, uint32_t > | bonesByName |
Definition at line 35 of file Skeleton.h.
glm::mat4 Cogs::Core::Skeleton::bindPose |
Definition at line 39 of file Skeleton.h.
std::vector<Bone> Cogs::Core::Skeleton::bones |
Definition at line 37 of file Skeleton.h.
std::unordered_map<std::string, uint32_t> Cogs::Core::Skeleton::bonesByName |
Definition at line 41 of file Skeleton.h.