Write a Mesh Class.

A mesh is made of a collection of vertices (vector3) and indices (int) that join those vertices into triangles.