This commit is contained in:
MarcEricMartel
2021-11-27 14:14:05 -05:00
parent 8e222f39a9
commit de7945038c
6 changed files with 31 additions and 14 deletions

View File

@@ -16,12 +16,13 @@
#define CHUNK_SIZE_Y 128
#define CHUNK_SIZE_Z 16
#define WORLD_SIZE_X 8
#define WORLD_SIZE_Y 8
#define WORLD_SIZE_X 128
#define WORLD_SIZE_Y 128
#define VIEW_DISTANCE 128
#define FRAMES_RENDER_CHUNKS 2
#define FRAMES_UPDATE_CHUNKS 2
#define VIEW_DISTANCE 128
#define MAX_SELECTION_DISTANCE 5
typedef uint8_t BlockType;