Exemplo n.º 1
0
 protected override List <Vertex> MakeVertices()
 {
     // CylinderFactory does all the work
     return(CylinderFactory.MakeVertices(true, NSegments));
 }
Exemplo n.º 2
0
 protected override Int32Collection MakeTriangles()
 {
     return(CylinderFactory.MakeTriangles(true, NSegments));
 }
 protected override List <Vertex> MakeVertices()
 {
     return(CylinderFactory.MakeVertices(false, NSegments));
 }