removed the human bug, i dont know if there are any new bugs though.

This commit is contained in:
2025-07-09 16:34:38 +05:30
parent 65ef6839a0
commit 3b4cdc95fc
8 changed files with 222 additions and 114 deletions

View File

@@ -45,7 +45,8 @@ function IKInstance({ setIkSolver, armBot }: IKInstanceProps) {
rotationMax: link.rotationMax ? new THREE.Vector3(...link.rotationMax) : undefined,
limitation: link.limitation ? new THREE.Vector3(...link.limitation) : undefined,
})),
ringRadius: ik.ringRadius,
minDistance: ik.minDistance,
maxDistance: ik.maxDistance,
maxheight: ik.maxheight,
minheight: ik.minheight,
}));