mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-16 01:37:57 -05:00
chore: add names to exported gltf models
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user