X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=model.h;h=24dacb875434d57f2328f0034edb24c7ce10ca6e;hb=ba5f879f85b9cab1e2b37241399d79709fe4f584;hp=54874bd55b04b9a2ba84ebea86a314ddc5729d4d;hpb=3d5597be2fd4b5d9ea3bf8863e15cc9bc8123755;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/model.h b/model.h index 54874bd..24dacb8 100644 --- a/model.h +++ b/model.h @@ -142,27 +142,27 @@ struct classtype_route_node struct classtype_route { - u32 pstr_name; u32 id_start; v3f colour; }; 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; };