You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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!
Beta Was this translation helpful? Give feedback.
All reactions