Skip to main content

create_box_mesh

Function create_box_mesh 

Source
pub fn create_box_mesh(
    center: Vec3,
    extent: Vec3,
    identify_edges: bool,
) -> Option<MeshData>
Expand description

Create a box mesh. (b3CreateBoxMesh)