perandersson / playstate

PlayState
2 stars 0 forks source link

Self resizing quadtree #31

Closed perandersson closed 11 years ago

perandersson commented 11 years ago

Create a quadtree that resizes itself when necessary.

perandersson commented 11 years ago

A solution which resizes itself in depth when needed (this solution also moves the affected nodes up a level). This does not allow movement outside the main aabb border.