chore: add names to exported gltf models

This commit is contained in:
Jan
2024-05-11 01:51:28 +02:00
parent 5c06b6e5e4
commit 499b752272
7 changed files with 12 additions and 0 deletions

View File

@ -96,6 +96,7 @@ struct XModelObject
struct XModelCommon
{
std::string m_name;
std::vector<XModelObject> m_objects;
std::vector<XModelBone> m_bones;
std::vector<XModelMaterial> m_materials;