X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=model_iqm.h;h=1dbb940c65b98ccafea62b95cf153594a0f57717;hb=5f8d215217667477114b71b148c5c9890380763e;hp=f32b0ecb2a1c3947948f95817246954704fa54c2;hpb=e72b9d40a0b0bb4f55e3c280d6c2b9b412399ee1;p=xonotic%2Fdarkplaces.git diff --git a/model_iqm.h b/model_iqm.h index f32b0ecb..1dbb940c 100644 --- a/model_iqm.h +++ b/model_iqm.h @@ -57,6 +57,14 @@ typedef struct iqmtriangle_s } iqmtriangle_t; +typedef struct iqmjoint1_s +{ + unsigned int name; + signed int parent; + float origin[3], rotation[3], scale[3]; +} +iqmjoint1_t; + typedef struct iqmjoint_s { unsigned int name; @@ -65,6 +73,14 @@ typedef struct iqmjoint_s } iqmjoint_t; +typedef struct iqmpose1_s +{ + signed int parent; + unsigned int channelmask; + float channeloffset[9], channelscale[9]; +} +iqmpose1_t; + typedef struct iqmpose_s { signed int parent;