I am setting a self-made convexhull geom to BulletConvexHullShape
bulletcvxhshape = BulletConvexHullShape() bulletcvxhshape.addGeom(geom)
Then, I showed it using DebugNode.
The result is as follows.
The wireframes does not look like a convex hull.
The following figure shows a nodepath generated using the same geom. It is very different from the BulletConvexHullShape under the DebugNode.

Did I miss sth…?