Start LOD

This commit is contained in:
Miloslav Ciz 2024-08-13 00:53:04 +02:00
parent 672c17eec1
commit 5d9592bcd6
3 changed files with 168 additions and 24 deletions

View file

@ -70,4 +70,11 @@
#define LCR_SETTING_TEXTURE_SUBSAMPLE 4
#endif
#ifndef LCR_SETTING_LOD_DISTANCE
/** Distance in game squares from which LOD will be drawn. Value 64 or higher
turns off LOD completely. Note that this doesn't affect rendering distance
of 3D models. */
#define LCR_SETTING_LOD_DISTANCE 25
#endif
#endif // guard