void makeCube(std::vector< Vector3d > *vertices, std::vector< Vector4d > *colors, std::vector< Vector2d > *textures, std::vector< size_t > *triangles)
Fill our standard structures with the correct data types from the cube data.
Definition: TestCube.cpp:134