func doDraw(_data) println('gluCylinder(quadObj,', BaseRadius, ',', TopRadius, ',', Height, ',', Slices, ',', Stacks,');') event(onDraw) end