pub type VTNIndex = (usize, Option<usize>, Option<usize>);
An index into the vertex array, with an optional index into the texture array. This is used to define the corners of shapes which may or may not be textured.