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

Point Cloud Support #15

Open
baharmon opened this issue Dec 8, 2024 · 2 comments
Open

Point Cloud Support #15

baharmon opened this issue Dec 8, 2024 · 2 comments

Comments

@baharmon
Copy link

baharmon commented Dec 8, 2024

A feature request for point cloud support in Dendro for Grasshopper. With point cloud support, Dendro might be able generate volumes from large numbers of points much faster.

@ryein
Copy link
Owner

ryein commented Dec 8, 2024 via email

@baharmon
Copy link
Author

Glad to hear it is on your list. My typical use for point cloud operations with Dendro would be volumetric modeling for 3D printing. When reconstructing point clouds from airborne lidar, terrestrial laser scanning, or nerfs – especially for scenes with vegetation – I often use Dendro’s Points to Volume operation instead of algorithms like Marching Cubes or Surface Nets. With a high point density, it yields smooth, thin, watertight shells that are good for selective laser sintering or other powder-based printing techniques.

Currently, I start with a large point cloud with millions of points, preprocess and subsample it in CloudCompare (down to 10,000-100,000 points), import it into Rhino, explode it into points, create volumetric model with Dendro’s Points to Volume, optionally apply Boolean operations and smoothing, convert to a mesh, filter out small meshes from outlying points, and then export for 3D printing. Converting a point cloud into points is the major bottleneck as Grasshopper struggles with large numbers of points (100,000+). With a PointCloud to Volume operation for Dendro, I could input much denser point clouds and get higher resolution results with thinner shells.

Other point cloud operations that I’d really like to see implemented include advecting and deforming points for particle simulations.

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