mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-02 15:07:26 +00:00
Fix XModel quats and trans counts not being correct in IW4
This commit is contained in:
@@ -509,8 +509,8 @@ namespace IW4
|
|||||||
unsigned int noScalePartBits[6];
|
unsigned int noScalePartBits[6];
|
||||||
unsigned __int16* boneNames;
|
unsigned __int16* boneNames;
|
||||||
char* parentList;
|
char* parentList;
|
||||||
__int16* quats;
|
__int16(*quats)[4];
|
||||||
float* trans;
|
float(*trans)[3];
|
||||||
char* partClassification;
|
char* partClassification;
|
||||||
DObjAnimMat* baseMat;
|
DObjAnimMat* baseMat;
|
||||||
Material** materialHandles;
|
Material** materialHandles;
|
||||||
|
Reference in New Issue
Block a user