This commit is contained in:
math-pixel
2026-06-02 16:31:36 +02:00
parent 2c194cdd2e
commit 193fc8b4b6
6 changed files with 1135 additions and 256 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export interface CameraTransform {
}
export const EBIKE_CAMERA_TRANSFORM: CameraTransform = {
position: [-2.6, 4.5, 0],
position: [-1, 1, 0],
rotation: [-10, -90, 0],
};