diff --git a/src/components/three/ControllerLocomotion.tsx b/src/components/three/ControllerLocomotion.tsx index 3f06aba..40e29ff 100644 --- a/src/components/three/ControllerLocomotion.tsx +++ b/src/components/three/ControllerLocomotion.tsx @@ -208,7 +208,7 @@ export function ControllerLocomotion({ rigRef }: Props) { return ( <> {/* Arco parabólico premium */} - + diff --git a/src/pages/Viewer.tsx b/src/pages/Viewer.tsx index 2638e61..612c863 100644 --- a/src/pages/Viewer.tsx +++ b/src/pages/Viewer.tsx @@ -64,9 +64,7 @@ const Viewer = () => { camera.lookAt(0, 0, 0); } if (controls) { - // @ts-ignore controls.target.set(0, 0, 0); - // @ts-ignore controls.update(); } toast.success("Visualização centralizada");