I am making a 3D game with OpenGL (via LWJGL) and I have been using a 3 dimensional array to store every vertex from models. (for collision detection, and knowing what is where)

From the World...