warp icon indicating copy to clipboard operation
warp copied to clipboard

Extra ray query functions for multiple intersections and no direction

Open shi-eric opened this issue 1 year ago • 1 comments

Discussed in https://github.com/NVIDIA/warp/discussions/212

Originally posted by cadop April 30, 2024 Please let me know if there is already a simple/fast way to do this.

It would be helpful if there were some extra ray query functions, similar in spirit to the point query.

The bvh query lets me iterate over the intersections. It would be helpful if there was a mesh ray that would do the same thing. I also have a need for the closest point on the mesh along an axis, so a ray in both directions from a start point would be very helpful.

https://nvidia.github.io/warp/modules/functions.html#warp.mesh_query_ray

shi-eric avatar Jul 05 '24 17:07 shi-eric

Hi @shi-eric I went through this issue and looking to contribute here I was hoping if this is an priority task and I could take it up as my good-first-issue? Lmk if there's something else I can work upon, thanks!

Irene-123 avatar Aug 11 '24 08:08 Irene-123