Open
Description
Checklist
- I have searched for similar issues.
- For Python issues, I have tested with the latest development wheel.
- I have checked the release documentation and the latest documentation (for
main
branch).
Proposed new feature or change
The closest point queries on triangle meshes inside raycasting scene is currently a CPU only feature that uses Intel's Embree to perform its functions. I am looking for a GPU alternative to this feature that can perform closest point queries on triangle meshes using GPUs.
References
Current implementation:
https://www.open3d.org/html/python_api/open3d.t.geometry.RaycastingScene.html
Additional information
No response