X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_render.h;h=4ea095cb5088059edc2da4eec01d55176d3b3543;hb=7122b79f53f4501751d884c0bf2e838ab501c4a3;hp=f25f68b6ffc8794226fc78a59321dbe29b9012e8;hpb=eb28dee29482c7ffe8bc0203d302e3ee6dbfd943;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_render.h b/player_render.h index f25f68b..4ea095c 100644 --- a/player_render.h +++ b/player_render.h @@ -12,6 +12,7 @@ struct player_avatar struct skeleton sk; u32 id_hip, + id_chest, id_ik_hand_l, id_ik_hand_r, id_ik_elbow_l, @@ -89,5 +90,7 @@ static void render_playermodel( camera *cam, world_instance *world, m4x3f *final_mtx ); static void apply_full_skeleton_pose( struct skeleton *sk, player_pose *pose, m4x3f *final_mtx ); +static void lerp_player_pose( player_pose *pose0, player_pose *pose1, f32 t, + player_pose *posed ); #endif /* PLAYER_RENDER_H */