pnext / three-loader

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

What's the difference between `pnext/three-loader` and `@pix4d/three-potree-loader` #117

Open lanesawyer opened 2 years ago

lanesawyer commented 2 years ago

Hi, I'm investigating using this library as an alternative to potree since the original doesn't really support modern TypeScript, but I'm having trouble integrating it into my React app.

I'm not sure if this is because I'm doing something wrong in the implementation or if I'm using the wrong library. I noticed the example in pnext/three-loader is actualy using the @pix4d/three-potree-loader. (This link is on the README.)

Which is the correct library to use? Are there differences between the two?

Thanks!

Washipp commented 1 year ago

I think @pix4d/three-potree-loader is the older version. The NPM package is still online but the github repo points to pnext/three-loader. So I assume they changed the repository and are updating the three-loader.

I'm currently using pnext/three-loader in Angular.