Tagged Questions
0
votes
1answer
161 views
Wavefront mesh: determine which face a point belongs to?
I have a 3D mesh Wavefront .obj file.
Is there any algorithm that takes an arbitrary point coordinates as input and determines which face of the mesh that point belongs to ??
The mesh is rendered on ...