Ejemplo n.º 1
0
 public void SetVertexCount(int count)
 {
     GeometryContext.AllocateVertices(count);
 }
Ejemplo n.º 2
0
 public void SetVertex(int index, float x, float y, float z)
 {
     GeometryContext.SetVertex(index, new Vertex(x, y, z));
 }