2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-11 05:31:51 +00:00

chore: move materialIndex to XModelObject

This commit is contained in:
Jan
2024-04-02 18:47:54 +02:00
parent 1bc1c12244
commit 0a65c93aa5
7 changed files with 36 additions and 32 deletions

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