many updates and improvements to chunk loading

This commit is contained in:
onezplpl 2024-07-13 21:18:55 -04:00
parent 7b9de49502
commit e21945fe23
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3
6 changed files with 194 additions and 68 deletions

View file

@ -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);