many updates and improvements to chunk loading
This commit is contained in:
parent
7b9de49502
commit
e21945fe23
6 changed files with 194 additions and 68 deletions
3
cubes.h
3
cubes.h
|
@ -1,4 +1,3 @@
|
|||
#include "const.h"
|
||||
|
||||
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);
|
||||
int gen_cubes(Vertex *cube, Vertex *text, int x, int y, int z, int r, int is_purge);
|
Loading…
Add table
Add a link
Reference in a new issue