diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index a2ac498..dfb4fad 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -21,12 +21,12 @@ function ModelPreview({ url }: { url: string }) { // Define heuristic parameters for best perspective const parameters: Record = { - "./3d/motor_de_combustion/scene.gltf": { + "./4d/motor_de_combustion/scene.gltf": { position: [0, -1.5, 0], rotation: [0.2, Math.PI / 4, 0], scale: 0.01, }, - "./3d/raspberry_pi_cam_v2.1/scene.gltf": { + "./4d/raspberry_pi_cam_v2.1/scene.gltf": { position: [0, -0.5, 0], rotation: [0.1, Math.PI / 6, 0], scale: 0.5,