-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-rendering whenever move the inside the viewer #188
Comments
I'd suggest splitting the point cloud into seperate (smaller) files. |
Is there anyway to optimize the code to view large las file? |
It so happens we have a (commerical) solution for that. |
Viewing large las files should absolutely be possible (this was the main design goal for displaz!) and 2GB should not be a problem. It sounds like either (a) you have a very slow graphics card, or (b) some kind of bug in displaz's incremental rendering system. In either case you'd have to provide more information to allow the problem to be tracked down. How many points do you have? From memory I was able to render on the order of 100 million points with displaz last time I was using it heavily. |
Load a las file up to 2.0G bytes, it's very slow to render, but more points are coming up in the viewer little by little.
When I move the mouse, the viewer restart the rendering from scratch. This is very painful, anyway to fix it?
The text was updated successfully, but these errors were encountered: