THREE.CylinderGeometry build cylinders.
Cylinder
Continuing from the previous example, the code to create the box could be replaced with the below.
//Makes a new cylinder with
// - a circle of radius 5 on top (1st parameter)
// - a circle of radius 5 on the bottom (2nd parameter)
// - a height...