Start floor particles
This commit is contained in:
parent
71b1230880
commit
fde803bb18
2 changed files with 66 additions and 11 deletions
13
settings.h
13
settings.h
|
@ -20,7 +20,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_FREE_CAMERA_SPEED
|
||||
#define LCR_SETTING_FREE_CAMERA_SPEED 50
|
||||
#define LCR_SETTING_FREE_CAMERA_SPEED 30
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_FREE_CAMERA_TURN_SPEED
|
||||
|
@ -81,4 +81,15 @@
|
|||
#define LCR_SETTING_LOD_COLOR 0x4229
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_FLOOR_PARTICLE_RESOLUTION
|
||||
/** How many level floor particles there will be along one principal axis, 0
|
||||
turns floor particles off. */
|
||||
#define LCR_SETTING_FLOOR_PARTICLE_RESOLUTION 6
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_FLOOR_PARTICLE_SIZE
|
||||
/** Defines floor particle size in fractions of screen size. */
|
||||
#define LCR_SETTING_FLOOR_PARTICLE_SIZE 32
|
||||
#endif
|
||||
|
||||
#endif // guard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue