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

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

Android Gson.fromJson error -