perlin noise
This commit is contained in:
parent
48ecd8d9e8
commit
186ea5f204
7 changed files with 279 additions and 61 deletions
3
cubes.h
3
cubes.h
|
@ -1,3 +1,4 @@
|
|||
#include "const.h"
|
||||
|
||||
void gen_cubes(Vertex *cube, int x, int y, int z, int is_text);
|
||||
void gen_cubes(Vertex *cube, int x, int y, int z, int is_text);
|
||||
void gen_face(Vertex *cube, int i, int x, int y, int z, int j, int is_text);
|
Loading…
Add table
Add a link
Reference in a new issue