Adición de prueba
This commit is contained in:
2025-03-11 17:21:42 +00:00
parent 64b9d7dbe5
commit bc0c7a1eaa

View File

@@ -21,12 +21,12 @@ function ModelPreview({ url }: { url: string }) {
// Define heuristic parameters for best perspective
const parameters: Record<string, { position: [number, number, number]; rotation: [number, number, number]; scale: number }> = {
"./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,