Start map chunks

This commit is contained in:
Miloslav Ciz 2024-08-06 01:34:38 +02:00
parent 22a10b6451
commit 672c17eec1
4 changed files with 224 additions and 40 deletions

View file

@ -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