Skip to content
Discussion options

You must be logged in to vote

When using immediate mode, PxBroadPhase can accelerate body pair generation, but its API does not provide AABB tree traversal.

The PxBroadPhase API does not provide AABB tree traversal because the various broadphase implementations of this API do not necessarily use an AABB tree. Related documentation: https://nvidia-omniverse.github.io/PhysX/physx/5.1.3/docs/SceneQueries.html#rationale-for-decoupled-broadphases-scene-query-system

Is there a structure that can be used to accelerate queries against many geometries when using immediate mode? A dynamic AABB tree that is agnostic of leaf type, similar to PxBroadPhase, would be sufficient.

You can use either a standalone PxBVH (simple option) …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zopsicle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants