Hi,
I am learning 3D with LWJGL and I’ve got some rendering done, but my question is how do I detect collisions? I’ve read about AABB but I think that only applies to stuff that’s on a fixed grid, but I want all of my shapes (cubes and such) to be moveable without a grid.
Thanks!