X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=model.h;h=fe238e1233bc30f8b4c0fb25492f76d63e1defbb;hb=b0a4fb814d794157c55212191df200915ab99515;hp=54874bd55b04b9a2ba84ebea86a314ddc5729d4d;hpb=46643f969b12c2144a5f15ac5509610f18b467e4;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/model.h b/model.h index 54874bd..fe238e1 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; + + boxf hitbox; }; struct classtype_skeleton { u32 channels, ik_count, + collider_count, anim_start, anim_count; };