Roll sky by camera
This commit is contained in:
parent
e21d5b7825
commit
84163d0d3c
4 changed files with 60 additions and 36 deletions
12
settings.h
12
settings.h
|
@ -23,6 +23,18 @@
|
|||
#define LCR_SETTING_FREE_CAMERA_SPEED 50
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_FREE_CAMERA_TURN_SPEED
|
||||
#define LCR_SETTING_FREE_CAMERA_TURN_SPEED 1024
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_SKY_ROLL_MULTIPLIER_V
|
||||
#define LCR_SETTING_SKY_ROLL_MULTIPLIER_V 8
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_SKY_ROLL_MULTIPLIER_H
|
||||
#define LCR_SETTING_SKY_ROLL_MULTIPLIER_H 4
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_MAX_VERTICES
|
||||
/** Maximum number of vertices for 3D rendering. Lower number will decrease
|
||||
RAM usage but will prevent larger maps from being loaded. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue