Start drawing sky

This commit is contained in:
Miloslav Ciz 2024-07-30 02:47:42 +02:00
parent d02b8b4ec3
commit 681bcf2712
4 changed files with 3113 additions and 147 deletions

View file

@ -48,8 +48,7 @@
#ifndef LCR_SETTING_SKY_SIZE
/** Size of sky texture pixel, 0 turns off sky rendering. */
#define LCR_SETTING_SKY_SIZE \
(LCR_SETTING_RESOLUTION_X / 256 * LCR_SETTING_RESOLUTION_SUBDIVIDE)
#define LCR_SETTING_SKY_SIZE 2
#endif
#ifndef LCR_SETTING_MAP_MAX_SIZE