Hi,
If you have a world made up of say 10000 objects, detecting collision with all these is going to be very slow, do you need use some form of spatial partioning to speed this up? I was thinking on the lines of how minecraft does it, there a thousands and thousands of cubes to check, I take it Notch used some form of AABB for collision checks and some spatial partioning?
Thanks for any advice,
Steve