From 230e373f8a18155298103729241d03e1db14642e Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Tue, 2 Jun 2026 21:33:41 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Auto-deploy:=20melhoria=20no=20s?= =?UTF-8?q?nap=20e=20medi=C3=A7=C3=A3o=20AR=20em=2002/06/2026=2021:33:41?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/three/ControllerLocomotion.tsx | 2 +- src/pages/Viewer.tsx | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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");