Refactor PointsCreator and RoboticArmInstance: remove unused hooks and clean up code; comment out scene.add(helper) in IKInstance; streamline imports in ArmBotUI.

This commit is contained in:
2025-05-03 10:45:36 +05:30
parent 846350728f
commit c198a90ac6
4 changed files with 7 additions and 41 deletions

View File

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