removed the human bug, i dont know if there are any new bugs though.
This commit is contained in:
@@ -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,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user