This commit is contained in:
Miloslav Ciz 2025-02-04 23:25:53 +01:00
parent f1b80bf328
commit ac7ed62029
6 changed files with 123 additions and 104 deletions

View file

@ -63,10 +63,11 @@
#define LCR_SETTING_MAP_MAX_BLOCKS 4096
#endif
#ifndef LCR_SETTING_TRIANGLE_CULLING_PERIOD
/** This says how often (after how many triangles added) the map model
triangles will be culled. This value may affect how quickly maps load. */
#define LCR_SETTING_TRIANGLE_CULLING_PERIOD 256
#ifndef LCR_SETTING_CULLING_PERIOD
/** This says how often (after how many blocks added) during the map loading
the map model triangles and vertices will be culled. This value may affect
how quickly maps load. */
#define LCR_SETTING_CULLING_PERIOD 256
#endif
#ifndef LCR_SETTING_TEXTURE_SUBSAMPLE