Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 487 Bytes

skeleton_model.md

File metadata and controls

25 lines (15 loc) · 487 Bytes

Holds flyweight information about a model's skeleton.

Members

mesh type

Holds information about one of the model's meshes.

bone_names

std::vector<std::string> bone_names;

The names of the bones in the mesh.

meshes

std::vector<mesh> meshes;

The meshes composing the model, indexed according to model::meshes.