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