Skip to main content

b3CreateBoxMesh

Function b3CreateBoxMesh 

Source
pub unsafe extern "C" fn b3CreateBoxMesh(
    center: b3Vec3,
    extent: b3Vec3,
    identifyEdges: bool,
) -> *mut b3MeshData
Expand description

Create a box mesh.