group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
CharacterRig::Impl Struct Reference
Collaboration diagram for CharacterRig::Impl:
[legend]

Public Attributes

ozz::unique_ptr< ozz::animation::Skeleton > skeleton
 
std::vector< glm::mat4 > inverseBindMatrices
 
std::vector< RigMeshDatameshes
 
std::unordered_map< std::string, int > jointMap
 
std::unordered_map< std::string, anim_utils::JointRestPoserestPoses
 
LoadedModel templateLoadedModel
 
bool loaded = false
 

Member Data Documentation

◆ inverseBindMatrices

std::vector<glm::mat4> CharacterRig::Impl::inverseBindMatrices

◆ jointMap

std::unordered_map<std::string, int> CharacterRig::Impl::jointMap

◆ loaded

bool CharacterRig::Impl::loaded = false

◆ meshes

std::vector<RigMeshData> CharacterRig::Impl::meshes

◆ restPoses

std::unordered_map<std::string, anim_utils::JointRestPose> CharacterRig::Impl::restPoses

◆ skeleton

ozz::unique_ptr<ozz::animation::Skeleton> CharacterRig::Impl::skeleton

◆ templateLoadedModel

LoadedModel CharacterRig::Impl::templateLoadedModel

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