esp::gfx::Rig struct

Contains the nodes that control the articulations of a skinned model instance.

Public variables

std::vector<scene::SceneNode*> bones
Nodes that control the articulations of a skinned model instance.
std::unordered_map<std::string, int> boneNames
Bone name to 'bones' index map.