Replies: 1 comment
-
Maybe you can use open3d.visualization.draw_geometries([mesh], mesh_show_back_face=True)? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to convert a point cloud into a mesh, but I am having trouble getting the orientation of my surface normals correct for what I want.
I want the final shape to look solid from all camera angles rather than becoming transparent as I rotate my camera angle around. An example of what I mean is below.
A snippet of my code is as follows:
I would greatly appreciate any help on this!
Beta Was this translation helpful? Give feedback.
All reactions