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