Replies: 1 comment
|
I get that a lot with meshes from 3D scans, which can have more than 1M edges. The mesh needs to be decimated radically before you'll see any gaps between the black wireframe edge lines. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hallo,
I tried to visualize the mesh result of o3d.geometry.TriangleMesh.create_from_point_cloud_poisson(),
mesh, densities = o3d.geometry.TriangleMesh.create_from_point_cloud_poisson(pcd_normal, depth = 10, scale = 1.1, linear_fit = False )and somehow it displayed a darkblack surface without the gridlines of the mesh (s. screenshot), can someone explain why or how I can adjust the parameter of visualization.draw_geometries() to display a mesh with gridline and perhaps another color of the surface.
Thank you all in advance!
All reactions