/// <summary> /// Shows the mesh in the scene. /// </summary> protected override void ShowMesh() { _mainMesh.TriangleIndices = _triangles.Clone(); }