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

Forcing all points to load within a section #26

Open
maradanovic opened this issue Aug 12, 2020 · 0 comments
Open

Forcing all points to load within a section #26

maradanovic opened this issue Aug 12, 2020 · 0 comments

Comments

@maradanovic
Copy link

First of all, great work and thank you very much.

This is actually a question, not an issue, but I would appreciate any help or hint.

Can I somehow force the point cloud to be loaded to maximum detail (i.e. to the deepest octree level) inside a certain section, regardless of how much area it takes on the screen?

More specifically - I want to copy all of the points inside a given 3d box at runtime. I have successfully done that by:

  1. running through all the children of Point Cloud Set GO to check if their bounding boxes overlap with my box, and if yes
  2. running through all the vertices to check if they lie inside of my box, and if yes
  3. copy vertex and colour to create a final product.

This works great, however, I cannot be sure if all of the points inside of that box are actually loaded and visualised - there may be more points deeper in the octree, but it is important to me to load them all. Thanks in advance!

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

1 participant