dGeomHeightfieldDataBuildByte

Function dGeomHeightfieldDataBuildByte 

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