pub unsafe extern "C" fn PxPhysics_createConvexMesh_mut(
    self_: *mut PxPhysics,
    stream: *mut PxInputStream
) -> *mut PxConvexMesh
Expand description

Creates a convex mesh object.

This can then be instanced into PxShape objects.

The new convex mesh.