Skip to main content
16 of 16
deleted 22092 characters in body
user avatar
user avatar

I'd echo Bram and use a grid and actually just for all objects, static and dynamic (though you might store static objects in a separate grid instance, but same data structure for both). You can tune the crap out of it.

user77245