コード例 #1
0
 /// <summary>
 /// Shows the mesh in the scene.
 /// </summary>
 protected override void ShowMesh()
 {
     _mainMesh.TriangleIndices = _triangles.Clone();
 }