perlin noise
This commit is contained in:
parent
48ecd8d9e8
commit
186ea5f204
7 changed files with 279 additions and 61 deletions
5
gen.h
Normal file
5
gen.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include "const.h"
|
||||
|
||||
int cube_exists(int x, int y, int z, Chunk dat);
|
||||
Chunk fetch_chunk(int x, int y, int z);
|
||||
void purge_chunks();
|
Loading…
Add table
Add a link
Reference in a new issue