Address some settings
This commit is contained in:
parent
ff75390a2a
commit
71aa8156e9
5 changed files with 45 additions and 38 deletions
12
settings.h
12
settings.h
|
@ -15,10 +15,8 @@
|
|||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_FPS
|
||||
/**
|
||||
Rendering frames per second. Note this only applies to graphics, NOT
|
||||
physics.
|
||||
*/
|
||||
/** Rendering frames per second. Note this only applies to graphics, NOT
|
||||
physics. */
|
||||
#define LCR_SETTING_FPS 30
|
||||
#endif
|
||||
|
||||
|
@ -27,11 +25,13 @@
|
|||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_FREE_CAMERA_SPEED
|
||||
#define LCR_SETTING_FREE_CAMERA_SPEED 30
|
||||
/** Move speed of free camera, in 1/8ths of block length. */
|
||||
#define LCR_SETTING_FREE_CAMERA_SPEED 50
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_FREE_CAMERA_TURN_SPEED
|
||||
#define LCR_SETTING_FREE_CAMERA_TURN_SPEED 1024
|
||||
/** Turn speed of free camera, in degrees per second. */
|
||||
#define LCR_SETTING_FREE_CAMERA_TURN_SPEED 180
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_SKY_ROLL_MULTIPLIER_V
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue