chore: make xquat and xquat2 structs to improve handling from zcg

This commit is contained in:
Jan Laupetin
2025-06-19 21:07:11 +02:00
committed by Jan
parent 80558af9a1
commit 2230efbd27
5 changed files with 38 additions and 14 deletions

View File

@ -385,7 +385,10 @@ namespace T5
XAnimPartTransData u;
};
typedef tdef_align32(4) short XQuat[2];
struct type_align(4) XQuat
{
int16_t value[4];
};
union XAnimDynamicIndicesQuat
{
@ -402,7 +405,7 @@ namespace T5
union XAnimDeltaPartQuatData
{
XAnimDeltaPartQuatDataFrames frames;
int16_t frame0[2];
XQuat frame0;
};
struct XAnimDeltaPartQuat