X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=model.h;h=54874bd55b04b9a2ba84ebea86a314ddc5729d4d;hb=3ee65e6e24bfc39db7c7dd8c1f4cec3d5c42d0f8;hp=50913017fab68d1925f2d838668df961303cca76;hpb=1361a6d6ffda17feca6395beccf269763d3a76fa;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/model.h b/model.h index 5091301..54874bd 100644 --- a/model.h +++ b/model.h @@ -152,9 +152,17 @@ struct classtype_bone u32 deform; }; +struct classtype_ik_bone +{ + u32 deform, + target, + pole; +}; + struct classtype_skeleton { u32 channels, + ik_count, anim_start, anim_count; };