We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889cca9 commit 16835e1Copy full SHA for 16835e1
src/World/Scenerys/CuartoPadres/CuartoPadres.jsx
@@ -63,13 +63,7 @@ const CuartoPadres = () => {
63
return (
64
<>
65
<ambientLight />
66
- <OrbitControls
67
- enableRotate={false}
68
- enablePan={false}
69
- enableZoom={false}
70
- makeDefault
71
- target={[-8, 0, 8]}
72
- />
+ <OrbitControls makeDefault target={[-8, 0, 8]} />
73
<ObjetosPadres position={[0, 0, 0]} scale={1.3} />
74
<PlatformPadres />
75
<Juanda position={[-8, 0.3, 8]} scale={1.6} />
0 commit comments