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
Post a Comment