Continue blocks shapes

This commit is contained in:
Miloslav Ciz 2024-07-24 20:28:57 +02:00
parent c4d56de0d4
commit 5567863745
4 changed files with 112 additions and 75 deletions

View file

@ -15,6 +15,8 @@
#define LCR_FREE_CAMERA_TURN_STEP \
(LCR_SETTING_FREE_CAMERA_TURN_SPEED / LCR_SETTING_FPS)
#define LCR_MAP_SIZE_BLOCKS 64
/** Maximum number of triangles of a block shape. */
#define LCR_MAP_BLOCK_SHAPE_MAX_BYTES 80