algorithm - What is the best structure to find which AABB boxes in a dynamic set collide with an arbitrary AABB box? -


i have set of dynamic aabb boxes positions , sizes updated continuously. structure can use aabb boxes of colliding arbitrary aabb box?

use dynamic aabb tree. here's source code + documentation (cpp files @ bottom of page)


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -