Add animation quality
This commit is contained in:
parent
920ddc4981
commit
56904cabab
3 changed files with 21 additions and 8 deletions
|
@ -92,8 +92,12 @@
|
|||
#define LCR_SETTING_FLOOR_PARTICLE_SIZE 32
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_ANIMATE_CAR
|
||||
#define LCR_SETTING_ANIMATE_CAR 1
|
||||
#ifndef LCR_SETTING_CAR_ANIMATION_SUBDIVIDE
|
||||
/** How many frames will be used to complete whole animation of the car model.
|
||||
0 turns off car animation completely (may be faster and smaller), 1 turns
|
||||
on highest quality animation, higher values lower animation quality and
|
||||
may increase performance. */
|
||||
#define LCR_SETTING_CAR_ANIMATION_SUBDIVIDE 4
|
||||
#endif
|
||||
|
||||
#endif // guard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue