-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
As of new version of cannon-es Cylinder.type is equal to Shape.types.CYLINDER (as it should be).
But so far the debug-renderer handled Cylinders as ConvexPolyhedrons and now every cylinder is represented as the default "CylinderGeometry(0.5, 0.5, 1, 32)"
I'm not sure about the proper fix, but removing the body of "case CYLINDER" in "function createMesh()" leaving as
case CYLINDER: \n case CONVEXPOLYHEDRON: ...
solves the issue,
(the "function typeMatch()" also has not prepared to handle cylinders)
Metadata
Metadata
Assignees
Labels
No labels
