warp.mesh_query_aabb_next#

warp.mesh_query_aabb_next(
query: MeshQueryAABB,
index: int32,
) bool#
  • Kernel

Move to the next triangle whose bounding box overlaps the query bounding box.

The index of the current face is stored in index, returns False if there are no more overlapping triangles.