Expand description
Structs implementing QbvhDataGenerator<ColliderHandle>
to be used with QueryPipeline::update_with_generator
.
Structs§
- Generates collider AABBs based on the AABB at their current
Collider::position
. - Generates collider AABBs based on the union of their AABB at their current
Collider::position
and the AABB predicted from their parent’sRigidBody::next_position
. - Generates collider AABBs based on the union of their current AABB and the AABB predicted from the velocity and forces of their parent rigid-body.