What could be a reasonable approach to creating an inside-out collision convex (to be able to have collisions within the object)? Flipping the geometry in Blender or via code before passing to QuickHull does not change the fact CANNON.ConvexPolyhedron is wrapping the outside of the mesh. Dann...