Пример #1
0
 public void SetVertex(int index, float x, float y, float z)
 {
     GeometryContext.SetVertex(index, new Vertex(x, y, z));
 }