Start floor particles

This commit is contained in:
Miloslav Ciz 2024-08-29 00:10:16 +02:00
parent 71b1230880
commit fde803bb18
2 changed files with 66 additions and 11 deletions

View file

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