pnext / three-loader

Point cloud loader for ThreeJS, based on the core parts of Potree
Other
201 stars 88 forks source link

changed getInverse() [deprecated] to copy().invert() #85

Closed seonglae closed 3 years ago

seonglae commented 3 years ago

three js version compatibility

image Remove annoying warning from usage of deprecated getInverse() function changed to substitute copy().invert()

fahadm commented 3 years ago

I'm pretty sure in the latest beta version on nom I fixed this issue. Can you confirm that you also get this with the latest beta? If not then I'll merge your PR.

I would also probably do a release today because I think I forgot to do a proper release after the beta

seonglae commented 3 years ago

Yes I now found you did this in develop branch.

I expect that new release