private void AddVertex(MeshVertex vertex) { _vertices[_currentVertexCount] = vertex; _currentVertexCount += 1; }