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

Creates a tetrahedron mesh object.

This can then be instanced into PxShape objects.

The new tetrahedron mesh.