Catching the cube
We need to implement the ability to actually collect the cube by running into it. We could accomplish this with a bounding box the same way we check for walls, but since our cube will be spinning in mid-air, a bounding sphere would be a more appropriate shape.