jsantell / THREE.IK

inverse kinematics for three.js
https://jsantell.github.io/THREE.IK
MIT License
455 stars 54 forks source link

Update math module references and set minimum version for threejs #31

Open positlabs opened 1 year ago

positlabs commented 1 year ago

The math module was originally introduced in Three.js version r50 and was renamed to MathUtils in version r125. Using the old Math module is breaking the module imports in more recent versions of threejs. I updated the package's peer dependency version to match a minimum version of r125