Export vertex weights for xmodel export

This commit is contained in:
Jan
2021-08-13 17:33:13 +02:00
parent 767daca2ea
commit 0478a88d15
10 changed files with 344 additions and 134 deletions

View File

@ -384,6 +384,12 @@ namespace IW4
XAnimDeltaPart* deltaPart;
};
struct DObjSkelMat
{
float axis[3][4];
float origin[4];
};
struct XSurfaceVertexInfo
{
int16_t vertCount[4];