Refactor PointsCreator and RoboticArmInstance: remove unused hooks and streamline state management; update ArmBotUI to eliminate unnecessary imports.

This commit is contained in:
2025-05-03 10:48:29 +05:30
4 changed files with 7 additions and 41 deletions

View File

@@ -70,7 +70,7 @@ function IKInstance({ modelUrl, setIkSolver, ikSolver, armBot, groupRef }: IKIns
setSelectedArm(OOI.Target_Bone);
// scene.add(helper)
// scene.add(helper);
}, [cloned, gltf, setIkSolver]);