warp.mesh_query_aabb_next_tiled#

warp.mesh_query_aabb_next_tiled(
query: MeshQueryAABBTiled,
) Tile[int32, tuple[int]]#
  • Kernel: true
  • Python: false
  • Differentiable: false

Advance a thread-block parallel mesh AABB query and return the next batch of results as a tile.

Alias for tile_mesh_query_aabb_next(); see that function for usage details and an example.

Parameters:

query – A thread-block mesh AABB query.

Returns:

A register tile with one face index per thread. Test each index for >= 0.

Deprecated since version 1.18: Use tile_mesh_query_aabb_next() instead.