Skip to main content

b3CreateGrid

Function b3CreateGrid 

Source
pub unsafe extern "C" fn b3CreateGrid(
    rowCount: c_int,
    columnCount: c_int,
    scale: b3Vec3,
    makeHoles: bool,
) -> *mut b3HeightFieldData
Expand description

Create a grid as a height field.