X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=model.h;h=78e67c0367ba9dcbc0a855afa688ee95a8a255a8;hb=b4c9550f206c476bb38b0bb2855d35e6b31bee83;hp=50913017fab68d1925f2d838668df961303cca76;hpb=1361a6d6ffda17feca6395beccf269763d3a76fa;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/model.h b/model.h index 5091301..78e67c0 100644 --- a/model.h +++ b/model.h @@ -149,12 +149,21 @@ struct classtype_route struct classtype_bone { - u32 deform; + u32 deform, + ik_target, + ik_pole, + collider, + use_limits; + + v3f angle_limits[2]; + boxf hitbox; }; struct classtype_skeleton { u32 channels, + ik_count, + collider_count, anim_start, anim_count; };