How to exceed limit of PxConvexShape

Hi,
Currently PxConvexShape is limited to 256 vertices. How can I exceed this limit, is there a different class i need to use to perform Rigid dynamic bodies ?
Thanks.

Could you use more than one shape?

Indeed, I could split my vertices in groups of 250 and do multiple addShapes. Thanks !