Constants.h 160 B

123456
  1. #pragma once
  2. #define CHUNK_SIZE 16
  3. #define WORLD_HEIGHT 500
  4. #define CHUNK_VISIBILITY_RANGE 1
  5. #define MAX_VIEW_DISTANCE CHUNK_SIZE * CHUNK_VISIBILITY_RANGE