#pragma once #define CHUNK_SIZE 16 #define WORLD_HEIGHT 500 #ifdef _DEBUG # define CHUNK_VISIBILITY_RANGE 2 #else # define CHUNK_VISIBILITY_RANGE 32 #endif #define MAX_VIEW_DISTANCE CHUNK_SIZE* CHUNK_VISIBILITY_RANGE