Ejemplo n.º 1
0
 public void generate()
 {
     multiCylinder.GenerateCylinders();
     update();
 }
Ejemplo n.º 2
0
 public void generate(float bottomStart, float height, float botWidth, float topWidth, float thickness)
 {
     multiCylinder.GenerateCylinders();
     update(bottomStart, height, botWidth, topWidth, thickness);
 }
Ejemplo n.º 3
0
 public void generate()
 {
     setCylinderValues();
     multiCylinder.GenerateCylinders();
 }