Hi,
I need to be able to answer the question :
"For UV coordinate (u,v) on a mesh pMesh, What face/vertex is it part of"
I don't mind getting the same answer for all the UVs on a single face or something similar.
I also don't mind if the answer is face based or vertex based.
I can safely assume that UV mapping is singular. Is there a way to do such a thing? nearestPointOnMesh only accepts positions as inputs, not UVs.
I don't mind getting python code if that makes it easier to answer.
Thanks!