Hi!
I have loaded some point cloud data with the PCDloader. It worked well!
Now I would like to modify the point cloud in the browser. For example, I would like to remove point cloud data directly with the mouse, draw boxes around the point cloud, and other similar things.
Do you have any tips for doing this?
Any help/tips/example would be really appreciated!
Thanks!
If you want to add interaction to your point cloud viewer, you definitely need raycasting so you are able to select specific points (e.g. for a remove operation). The following official example demonstrates how to implement this kind of interaction: