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

When I zoom and rotate, the view appears as a bounding box and the point cloud disappears,How should I set it? #4950

Open
liary54 opened this issue Sep 24, 2021 · 1 comment

Comments

@liary54
Copy link

liary54 commented Sep 24, 2021

When I scale and rotate.
da1259b6251fa1db8c1ad2c84082054
When there is no operation.
7e294392501c6db86212198e2103546

@larshg
Copy link
Contributor

larshg commented Sep 24, 2021

Its because you have a large pointcloud and PCL uses vtkLODActor(LOD = Level of detail), which on the lowest level is just a boundingbox.
https://vtk.org/doc/nightly/html/classvtkLODActor.html#details

In the docs they mention different things, that might make it possible not to due so. Ie. lower the required framerate. Try read up on it and if you find a solution, please post it here.
And maybe make a PR so it can be set/reset on an actor. Or specify what actor to use vtkActor vs vtkLODActor.

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

2 participants