X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player.h;h=7484ce94610c1100a030fe03cc4f2c3399fdef5e;hb=67928190c66b05bd48b6b515278e930974d25cd2;hp=ec24b865a130c314a085a9bf1875ed18ce705f47;hpb=7fb317c87e6d6a0a2a0de714b278ff8763254657;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.h b/player.h index ec24b86..7484ce9 100644 --- a/player.h +++ b/player.h @@ -41,6 +41,7 @@ struct player_instance{ v3f fpv_offset, /* expressed relative to rigidbody */ tpv_offset, + tpv_offset_extra, fpv_viewpoint, /* expressed relative to neck bone inverse final */ fpv_offset_smooth, fpv_viewpoint_smooth, @@ -81,6 +82,8 @@ struct player_instance{ player_pose holdout_pose; float holdout_time; + struct board_pose board_pose; + /* * Rewind * ----------------------------------------------------