height map generator
This commit is contained in:
6
engine/world_generation/src/mesh_generator.rs
Normal file
6
engine/world_generation/src/mesh_generator.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
mod lib;
|
||||
use lib::Chunk;
|
||||
|
||||
pub fn generate_chunk_mesh(chunk: &Chunk){
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user