Ejemplo n.º 1
0
 protected void AddVertex(Vector3 position, Vector3 normal)
 {
     vertices[currentVertexCount++] = new VertexPositionNormal(position, normal);
 }
Ejemplo n.º 2
0
 protected void AddVertex(Vector3 position, Vector3 normal)
 {
     vertices[currentVertexCount++] = new VertexPositionNormal(position, normal);
 }