pub fn create_convex_mesh(
    physics: &mut impl Physics,
    params: &PxCookingParams,
    desc: &PxConvexMeshDesc
) -> ConvexMeshCookingResult
Expand description

Cooks and creates a convex mesh without going through a stream.

This method does the same as cook_convex_mesh, but the produced mesh is not stored into a stream but but is directly inserted into the provided Physics.