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.
The cylinder constructor invokes the ConvexPolyhedron constructor, 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.