Holds flyweight information about a model's skeleton.
Holds information about one of the model's meshes.
std::vector<std::string> bone_names;
The names of the bones in the mesh.
std::vector<mesh> meshes;
The meshes composing the model, indexed according to model::meshes.