pub unsafe extern "C" fn phys_PxCreateHeightField(
    desc: *const PxHeightFieldDesc,
    insertionCallback: *mut PxInsertionCallback
) -> *mut PxHeightField
Expand description

Cooks and creates a heightfield mesh and inserts it into PxPhysics.

PxHeightField pointer on success