fix(ebike): snap parked model to terrain

This commit is contained in:
Tom Boullay
2026-06-01 10:52:17 +02:00
parent 8aa755da7a
commit bce7d11b66
4 changed files with 41 additions and 21 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export const EBIKE_DROP_PLAYER_TRANSFORM: CameraTransform = {
rotation: [0, 0, 0],
};
export const EBIKE_WORLD_POSITION: Vector3Tuple = [57.9, 6.3, 58.35];
export const EBIKE_WORLD_POSITION: Vector3Tuple = [65, 0.8, 72];
export const EBIKE_WORLD_ROTATION_Y = -2.5;
export const EBIKE_WORLD_SCALE = 0.35;