Continue manual

This commit is contained in:
Miloslav Ciz 2025-03-15 14:48:41 +01:00
parent 5e5ff6950c
commit 36df133905
5 changed files with 31 additions and 18 deletions

View file

@ -44,12 +44,12 @@
#ifndef LCR_SETTING_MAX_MAP_VERTICES
/** Maximum number of vertices for 3D rendering. Lower number will decrease
RAM usage but will prevent larger maps from being loaded. */
#define LCR_SETTING_MAX_MAP_VERTICES 10000
#define LCR_SETTING_MAX_MAP_VERTICES 4096
#endif
#ifndef LCR_SETTING_MAX_MAP_TRIANGLES
/** Like LCR_SETTING_MAX_MAP_VERTICES but for the number of triangles. */
#define LCR_SETTING_MAX_MAP_TRIANGLES 10000
#define LCR_SETTING_MAX_MAP_TRIANGLES 8192
#endif
#ifndef LCR_SETTING_SKY_SIZE