dGeomHeightfieldDataBuildShort

Function dGeomHeightfieldDataBuildShort 

Source
pub unsafe extern "C" fn dGeomHeightfieldDataBuildShort(
    d: dHeightfieldDataID,
    pHeightData: *const c_short,
    bCopyHeightData: c_int,
    width: f64,
    depth: f64,
    widthSamples: c_int,
    depthSamples: c_int,
    scale: f64,
    offset: f64,
    thickness: f64,
    bWrap: c_int,
)