pytorch3d
pytorch3d copied to clipboard
Inside/Outside for watertight mesh?
Hello,
I would like to compute for a point in space it's inside or outside wrt my watertight mesh and then the distance to a face. I see that I can compute the latter by following this. How do I compute the contains function as in Trimsh? I could in principle do it with Trimsh but there seems to be an open bug and I believe doing this in pytorch would be faster. Thank you.
Hi @Sentient07 we currently don't have an equivalent function for trimesh.contains in PyTorch3D. We will consider it for our roadmap planning.
Hi @nikhilaravi did it end up on the roadmap?