Start map chunks
This commit is contained in:
parent
22a10b6451
commit
672c17eec1
4 changed files with 224 additions and 40 deletions
|
@ -63,4 +63,11 @@
|
|||
#define LCR_SETTING_TRIANGLE_CULLING_PERIOD 64
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_TEXTURE_SUBSAMPLE
|
||||
/** Sets texture subsampling: 0 means no subsampling, higher value N means a
|
||||
texture will be sampled once per N rasterized pixels. Higher value can
|
||||
increase performance. */
|
||||
#define LCR_SETTING_TEXTURE_SUBSAMPLE 4
|
||||
#endif
|
||||
|
||||
#endif // guard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue