X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_animation.h;h=4d579653e643b4801fa348283d6d9d6633e9a20f;hb=6d98c1e42c1617a8a426f9f0c0df99b75725b486;hp=9d2c801fd7309340fded8d2aef52dc4f739568ed;hpb=a1741ec4aed057cbafff2d6bc9e5cf8a15ae322b;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_animation.h b/player_animation.h index 9d2c801..4d57965 100644 --- a/player_animation.h +++ b/player_animation.h @@ -383,7 +383,7 @@ VG_STATIC void player_animate_camera(void) m4x3_mulv( mtx, player.mdl.cam_pos, cam_pos ); v3_add( cam_pos, forward_dir, player.camera_pos ); - v3_lerp( phys->vl, phys->rb.v, 0.3f, phys->vl ); + v3_lerp( phys->vl, phys->rb.v, 18.0f*vg.time_delta, phys->vl ); } }