pytorch3d icon indicating copy to clipboard operation
pytorch3d copied to clipboard

Is there any way to quickly calculate the intersection of the ray with the mesh and the signed distance from the point to the mesh?

Open caiyongqi opened this issue 3 years ago • 0 comments

Is there any way to quickly calculate the intersection of the ray with the mesh and the signed distance from the point to the mesh? such as: https://github.com/fwilliams/point-cloud-utils#ray-mesh-intersection https://github.com/fwilliams/point-cloud-utils#compute-shortest-signed-distances-to-a-triangle-mesh-with-fast-winding-numbers

caiyongqi avatar Sep 29 '22 07:09 caiyongqi