[][src]Function heightmap_to_stl::heightmap_to_stl

pub fn heightmap_to_stl(
    heightmap: Vec<Vec<f32>>,
    base_height: f32
) -> Vec<Triangle>