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
When loading a converted LAZ file, the lib does not display anything. No error, nothing. When scrolling around, no requests are being made either. I tested using the example here.
I ran the example with LAS files and those work fine so I know I can run the example with my own server/files.
does initial load, then stops and nothing more
The conversion does work fine and they do show up properly on potree's own renderer/viewer.
I found out what was going on with it. It does load the LAZ file but it is placing the PCD in a very faraway location. I have another back-end that pre-process PCDs anyway (re-centers it among other things) so it gets solved there so this isn't much of an issue for us anymore.
This is a different PCD but you can see the bounding box coordinates is pretty far off the origin.
For the PCD I used in the first post, this was the bounding box;
I want to say the lib is not responsible for it but potree's own viewer can view it so maybe there's something that potree-viewer handles that this lib does not.
When loading a converted LAZ file, the lib does not display anything. No error, nothing. When scrolling around, no requests are being made either. I tested using the example here.
I ran the example with LAS files and those work fine so I know I can run the example with my own server/files.
does initial load, then stops and nothing more
The conversion does work fine and they do show up properly on potree's own renderer/viewer.

Sample data:
https://www.limon.eu/support/sample-data
I'm using 2.0 Converter.
The text was updated successfully, but these errors were encountered: