chore: move materialIndex to XModelObject

This commit is contained in:
Jan
2024-05-09 22:12:36 +02:00
parent 1bc1c12244
commit 0a65c93aa5
7 changed files with 36 additions and 32 deletions
+1 -1
View File
@@ -9,6 +9,7 @@
struct XModelObject
{
std::string name;
int materialIndex;
};
struct XModelBone
@@ -52,7 +53,6 @@ struct XModelFace
{
int vertexIndex[3];
int objectIndex;
int materialIndex;
};
struct XModelMaterial