Generate mesh from pointcloud
Posted: Wed Oct 06, 2021 3:54 am
Hello
I'm trying to generate a mesh from a point cloud to export to Unity, etc.
The steps I am taking are as follows:
1. Load e57 file (I am using the sample dataset PumpNoInvalidPoints.e57 (V1) - XYZ,INT,RGB,STR,MUL - 22.1MB from http://www.libe57.org/data.html)
2. For each scan, I compute the normals (Edit -> Normals -> Compute, Surface approximation: plane, Octree Radius: auto, Use preferred orientation: sensor origin)
3. Select all scans and merge into 1
4. Plugins->Poisson Recon, Check output density as SF, all other options default
The mesh generated is a complete mess. Is there something incorrect about this process? Is there a better method?
Thanks
I'm trying to generate a mesh from a point cloud to export to Unity, etc.
The steps I am taking are as follows:
1. Load e57 file (I am using the sample dataset PumpNoInvalidPoints.e57 (V1) - XYZ,INT,RGB,STR,MUL - 22.1MB from http://www.libe57.org/data.html)
2. For each scan, I compute the normals (Edit -> Normals -> Compute, Surface approximation: plane, Octree Radius: auto, Use preferred orientation: sensor origin)
3. Select all scans and merge into 1
4. Plugins->Poisson Recon, Check output density as SF, all other options default
The mesh generated is a complete mess. Is there something incorrect about this process? Is there a better method?
Thanks