2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-01 16:51:56 +00:00

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;