示例#1
0
 protected void AddVertex(Vector3 position, Vector3 normal)
 {
     vertices[currentVertexCount++] = new VertexPositionNormal(position, normal);
 }
示例#2
0
 protected void AddVertex(Vector3 position, Vector3 normal)
 {
     vertices[currentVertexCount++] = new VertexPositionNormal(position, normal);
 }