Cambio para probar si se hacen los cambios
This commit is contained in:
2025-03-11 17:19:22 +00:00
parent c03973b0d3
commit 64b9d7dbe5

View File

@@ -6,12 +6,12 @@ import { Button } from "@/components/ui/button";
const models = [
{
name: "Motor de Combustión",
url: "./3d/motor_de_combustion/scene.gltf",
url: "./4d/motor_de_combustion/scene.gltf",
route: "./previewer",
},
{
name: "Raspberry Pi Cam V2.1",
url: "./3d/raspberry_pi_cam_v2.1/scene.gltf",
url: "./4d/raspberry_pi_cam_v2.1/scene.gltf",
route: "./previewer2",
},
];