X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=model.h;h=78e67c0367ba9dcbc0a855afa688ee95a8a255a8;hb=d4746875c05dd3e077e1b266e50ffe4856b45502;hp=54874bd55b04b9a2ba84ebea86a314ddc5729d4d;hpb=3d5597be2fd4b5d9ea3bf8863e15cc9bc8123755;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/model.h b/model.h index 54874bd..78e67c0 100644 --- a/model.h +++ b/model.h @@ -148,21 +148,22 @@ struct classtype_route }; struct classtype_bone -{ - u32 deform; -}; - -struct classtype_ik_bone { u32 deform, - target, - pole; + 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; };