Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user