Prueba+
Adición de prueba
This commit is contained in:
@@ -21,12 +21,12 @@ function ModelPreview({ url }: { url: string }) {
|
|||||||
|
|
||||||
// Define heuristic parameters for best perspective
|
// Define heuristic parameters for best perspective
|
||||||
const parameters: Record<string, { position: [number, number, number]; rotation: [number, number, number]; scale: number }> = {
|
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],
|
position: [0, -1.5, 0],
|
||||||
rotation: [0.2, Math.PI / 4, 0],
|
rotation: [0.2, Math.PI / 4, 0],
|
||||||
scale: 0.01,
|
scale: 0.01,
|
||||||
},
|
},
|
||||||
"./3d/raspberry_pi_cam_v2.1/scene.gltf": {
|
"./4d/raspberry_pi_cam_v2.1/scene.gltf": {
|
||||||
position: [0, -0.5, 0],
|
position: [0, -0.5, 0],
|
||||||
rotation: [0.1, Math.PI / 6, 0],
|
rotation: [0.1, Math.PI / 6, 0],
|
||||||
scale: 0.5,
|
scale: 0.5,
|
||||||
|
|||||||
Reference in New Issue
Block a user