Skip to content
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

Open
quhezheng opened this issue Aug 8, 2018 · 4 comments
Open

Re-rendering whenever move the inside the viewer #188

quhezheng opened this issue Aug 8, 2018 · 4 comments

Comments

@quhezheng
Copy link

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?

@nigels-com
Copy link
Collaborator

I'd suggest splitting the point cloud into seperate (smaller) files.

@quhezheng
Copy link
Author

Is there anyway to optimize the code to view large las file?
It would be a pity if we can't use it on city scope point cloud navigation

@nigels-com
Copy link
Collaborator

It so happens we have a (commerical) solution for that.
But that's also based on processing large point clouds (multi TiB) into manageably small pieces.
See: https://www.youtube.com/watch?v=XvYcvcGiAj0

@c42f
Copy link
Owner

c42f commented Mar 28, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants