Closed arpu closed 4 years ago
Yes those lines need to be updated -- if you'd like to make a PR I'd be happy to merge it in!
As far as I know we need to change the following:
matrixInv.getInverse( matrix );
to
matrixInv.copy( matrix ).invert();
And the three.js peer dependency will have to change to v0.123.0
Just published the fix in v0.3.0 to npm. Thanks again!
Hey,
after update todays threejs 123 release i found https://github.com/mrdoob/three.js/wiki/Migration-Guide#r122--r123