fix console

This commit is contained in:
2025-04-28 17:59:28 +05:30
parent 1182850a1f
commit 32a44adb7c
3 changed files with 6 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ function IKInstance({ modelUrl, setIkSolver, ikSolver, robot, groupRef, processe
const helper = new CCDIKHelper(OOI.Skinned_Mesh, iks, 0.05)
scene.add(helper)
// scene.add(helper)
}, [gltf]);