update: transform tool ui added

This commit is contained in:
2025-08-25 11:34:25 +05:30
parent 4013afdc02
commit 50e4c1a2a6
3 changed files with 37 additions and 11 deletions

View File

@@ -100,6 +100,7 @@ const MeasurementTool = () => {
canvasElement.removeEventListener("pointerup", onMouseUp);
canvasElement.removeEventListener("contextmenu", onContextMenu);
};
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [toolMode, camera, raycaster, pointer, scene, points]);
useFrame(() => {