warp.mesh_query_aabb_next#
- warp.mesh_query_aabb_next(
- query: MeshQueryAABB,
- index: int32,
Kernel
Advance a mesh AABB query to the next overlapping triangle and report whether one was found.
Note
This is an alias for
mesh_query_next().
- warp.mesh_query_aabb_next(
- query: _MeshQuerySphere,
- index: int32,
Kernel
Advance a sphere mesh query to the next matching triangle.
Note
This is an alias for
mesh_query_next().
- warp.mesh_query_aabb_next( ) bool
Kernel
Advance a mesh query to the next matching triangle.
Note
This is an alias for
mesh_query_next().