Skip to main content

create_grid_mesh

Function create_grid_mesh 

Source
pub fn create_grid_mesh(
    x_count: i32,
    z_count: i32,
    cell_width: f32,
    material_count: i32,
    identify_edges: bool,
) -> Option<MeshData>
Expand description

Create a grid mesh along the x and z axes. (b3CreateGridMesh)