For ray tracing, there is no such thing as an AABB-AABB-Query, or is there?

Recently, Ray Query was added to the API which allows intersect rays with AABBs and get the result(s). What I am looking for is AABB-AABB intersection functionality. I haven’t seen such a functionality with the ray tracing API/extension, but just in case that I have missed it I’d like to ask: Is there a functionality similar to Ray Query which allows to perform AABB-AABB intersection tests (“AABB Query” so to say)?

If there isn’t, I guess, I’d have to try querying multiple rays (from center point to each of the AABB’s corners at least… even more if AABBs differ in size) to get something similar to an AABB-AABB intersection test.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.