Start LOD
This commit is contained in:
parent
672c17eec1
commit
5d9592bcd6
3 changed files with 168 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue