mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
11 lines
263 B
C
11 lines
263 B
C
|
#ifndef __RENDERER_CONFIG_H__
|
||
|
#define __RENDERER_CONFIG_H__
|
||
|
|
||
|
// use this to toggle "Hardware T&L" vs. "Software"
|
||
|
//#define USE_SOFTWARE_TNL
|
||
|
|
||
|
// JEFF: I PUT THIS IN TO MAKE THINGS A LITTLE BRIGHTER SO I CAN SEE WHILE TESTING
|
||
|
//#define BRIGHTNESS_HACK 1.6f
|
||
|
|
||
|
#endif
|