Skip to content

Commit 16835e1

Browse files
committed
tapaq refactoring
1 parent 889cca9 commit 16835e1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/World/Scenerys/CuartoPadres/CuartoPadres.jsx

+1-7
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,7 @@ const CuartoPadres = () => {
6363
return (
6464
<>
6565
<ambientLight />
66-
<OrbitControls
67-
enableRotate={false}
68-
enablePan={false}
69-
enableZoom={false}
70-
makeDefault
71-
target={[-8, 0, 8]}
72-
/>
66+
<OrbitControls makeDefault target={[-8, 0, 8]} />
7367
<ObjetosPadres position={[0, 0, 0]} scale={1.3} />
7468
<PlatformPadres />
7569
<Juanda position={[-8, 0.3, 8]} scale={1.6} />

0 commit comments

Comments
 (0)