spawn revision and bad ideas removed
[carveJwlIkooP6JGAAIwe30JlM.git] / player_common.c
index 3711405226dc0bc4fa88a144fb1f7e73ce758474..87d90560e2d2ab8fda5ff7ea0cbc98dda82ab0f7 100644 (file)
@@ -203,11 +203,13 @@ VG_STATIC void player__cam_iterate( player_instance *player ){
    v3_muladds( tpv_offset, cc->cam_velocity_smooth, -0.025f, tpv_offset );
 
    v3_add( tpv_origin, tpv_offset, tpv_pos );
+#if 0
    f32 t; v3f n;
    if( spherecast_world( world_current_instance(), tpv_origin, tpv_pos, 
                          0.2f, &t, n ) != -1 ){
       v3_lerp( tpv_origin, tpv_pos, t, tpv_pos );
    }
+#endif
 
    /* 
     * Blend cameras