pub mod greedy; pub mod segment; pub mod terrain; use crate::render::Mesh; pub type MeshGen = (Mesh, Mesh, Mesh, R);