frame rate
authorhgn <hgodden00@gmail.com>
Tue, 8 Nov 2022 21:28:09 +0000 (21:28 +0000)
committerhgn <hgodden00@gmail.com>
Tue, 8 Nov 2022 21:28:09 +0000 (21:28 +0000)
player_animation.h
steam_build_script.vdf

index 9d2c801fd7309340fded8d2aef52dc4f739568ed..4d579653e643b4801fa348283d6d9d6633e9a20f 100644 (file)
@@ -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 );
    }
 }
 
index 6636a31807c9655f84e7391e84eb02c3fbdbb12c..eb8eff33bbc5c4c931e1d865de0cbf92b017a563 100644 (file)
@@ -12,7 +12,7 @@
                {\r
                        "FileMapping"\r
                        {\r
-                               "LocalPath" "linux/*"\r
+                               "LocalPath" "skaterift-clang/*"\r
                                "DepotPath" "."\r
                                "recursive" "1"\r
                        }\r
@@ -21,7 +21,7 @@
                {\r
                        "FileMapping"\r
                        {\r
-                               "LocalPath" "win32/*"\r
+                               "LocalPath" "skaterift-i686-w64-mingw32-gcc/*"\r
                                "DepotPath" "."\r
                                "recursive" "1"\r
                        }\r