finding which parts of a mesh are hidden #5999
Unanswered
menashesoffer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
suppose I have a mesh, (triangular mesh); I need to know which parts (vertices) of the mesh are hidden (obstructed by other triangles) from a specific point of view.
this calculation must be implicitly done during rendering, so it is somewhere inside and optimized.
the question is if and how I can use the open3d API to get that information.
thanks
Beta Was this translation helpful? Give feedback.
All reactions