warp.mesh_query_aabb_next#
- warp.mesh_query_aabb_next(
- query: MeshQueryAABB,
- index: int32,
Kernel
Move to the next triangle whose bounding box overlaps the query bounding box.
The index of the current face is stored in
index, returnsFalseif there are no more overlapping triangles.