ashoulson / VolatilePhysics

A 2D Physics Library for Networked Games
Other
260 stars 44 forks source link

TODO: Integrate BQTB #6

Closed ashoulson closed 9 years ago

ashoulson commented 9 years ago

Bring over the blitting quad tree buffer from old code.

ashoulson commented 9 years ago

Done, needs raycast and query code.

See Quadtree, MutableQuadtree, QuadtreeBuffer, etc.