Surface Mesh
- pointcloud.surface_mesh
Input:
- pointclouds – Pointcloud
- depth – Int
- precision – Int
Output:
- output – Mesh
Creates surface meshes from pointclouds using Poisson surface reconstruction.
depth is the maximum depth of the octree used for the reconstruction. Higher
values reconstruct finer detail at the cost of runtime and memory; lower values
produce a smoother, coarser surface. The default is 8.
precision is the number of decimal places used for the coordinates written to
the mesh. The default is 2.