OpenGL2: Add option in code for alternate overbright method.
This commit is contained in:
parent
e5aabdaff6
commit
92d4b20129
5 changed files with 35 additions and 7 deletions
|
@ -58,6 +58,7 @@ typedef unsigned int glIndex_t;
|
|||
#define CUBE_MAP_SIZE (1 << CUBE_MAP_MIPS)
|
||||
|
||||
#define USE_VERT_TANGENT_SPACE
|
||||
#define USE_OVERBRIGHT
|
||||
|
||||
typedef struct dlight_s {
|
||||
vec3_t origin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue