X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=model_iqm.h;h=1dbb940c65b98ccafea62b95cf153594a0f57717;hb=200d1d9cb52e8a7e6e4cbd470b620d91b7b9637a;hp=f32b0ecb2a1c3947948f95817246954704fa54c2;hpb=af709dddcaf55c998e692e10e116b9bf4a25102e;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;