Example #1
0
 public ReadOnlyMesh(IMesh mesh)
     : this(mesh.GetVertices(), mesh.GetIndices())
 {
 }