I have a big array of voxels, a la Minecraft. The player/enemies are in this grid. I have no idea how to go about doing this type of collision detection. Note, this is NOT dynamic movable object vs. dynamic movable object, this is movable object vs. stationary ground/wall/ceiling.
I have no problem with detection, its the response that I do not know how to do.
What I have to work with: Player position, velocity, and boundingbox, and a array of 1x1x1 voxels surrounding the player.