Add maps
This commit is contained in:
parent
f1b80bf328
commit
ac7ed62029
6 changed files with 123 additions and 104 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue