Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-20 18:49:08 +00:00
parent a93db3db7a
commit 692b43ae1d
+3
View File
@@ -504,6 +504,9 @@ function GridAutoFollower() {
}, 100); }, 100);
return () => clearTimeout(id); return () => clearTimeout(id);
}, [models, scene]); }, [models, scene]);
return null;
}
/** Mouse drag handler for desktop "Posicionar" mode: translates/rotates the active model. */ /** Mouse drag handler for desktop "Posicionar" mode: translates/rotates the active model. */
function PositionDragHandler() { function PositionDragHandler() {
const { camera, gl, scene } = useThree(); const { camera, gl, scene } = useThree();