You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: