mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-04-10 06:14:07 +08:00
feat: add support for negative chunk coordinates
This commit is contained in:
@@ -4,7 +4,7 @@ constexpr int WORLD_SIZE_Z = 32;
|
||||
constexpr int WORLD_SIZE_Y = 16;
|
||||
constexpr int MAX_BLOCK_NUM = 2;
|
||||
constexpr int CHUCK_SIZE = 16;
|
||||
constexpr int DISTANCE = 2;
|
||||
constexpr int DISTANCE = 8;
|
||||
|
||||
|
||||
constexpr float VERTICES_POS[6][6][3] = {
|
||||
|
||||
Reference in New Issue
Block a user