The [cylinder constructor invokes the ConvexPolyhedron constructor](https://github.com/schteppe/cannon.js/blob/master/src/shapes/Cylinder.js#L76), and ends up with the CONVEXPOLYHEDRON value assigned to `this.type`. The obvious fix seems to break things more, and collisions aren't computed as expected.