warp.bvh_query_aabb_tiled#

warp.bvh_query_aabb_tiled(
id: uint64,
low: vec3f,
high: vec3f,
) BvhQueryTiled#
  • Kernel

Construct an axis-aligned bounding box query against a BVH object for thread-block parallel traversal.

This query can be used in tiled kernels to cooperatively traverse a BVH across a thread block.

Parameters:
  • id – The BVH identifier

  • low – The lower bound of the bounding box in BVH space (must be the same for all threads in the block)

  • high – The upper bound of the bounding box in BVH space (must be the same for all threads in the block)