Cogs.Core
Public Attributes | List of all members
Cogs::Core::Skeleton Struct Reference

Public Attributes

std::vector< Bonebones
 
glm::mat4 bindPose
 
std::unordered_map< std::string, uint32_t > bonesByName
 

Detailed Description

Definition at line 35 of file Skeleton.h.

Member Data Documentation

◆ bindPose

glm::mat4 Cogs::Core::Skeleton::bindPose

Definition at line 39 of file Skeleton.h.

◆ bones

std::vector<Bone> Cogs::Core::Skeleton::bones

Definition at line 37 of file Skeleton.h.

◆ bonesByName

std::unordered_map<std::string, uint32_t> Cogs::Core::Skeleton::bonesByName

Definition at line 41 of file Skeleton.h.


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