- change default value for stereo seperation

- make clearing buffer use black for clearing when changing anaglyphmode
- Make sure that dlights are greyscale, too.
This commit is contained in:
Thilo Schulz 2008-04-27 21:09:03 +00:00
parent ae08d1a6d8
commit 1156a63d52
3 changed files with 29 additions and 7 deletions

View file

@ -959,7 +959,7 @@ void R_Register( void )
r_znear = ri.Cvar_Get( "r_znear", "4", CVAR_CHEAT );
AssertCvarRange( r_znear, 0.001f, 200, qtrue );
r_zproj = ri.Cvar_Get( "r_zproj", "64", CVAR_ARCHIVE );
r_stereoSeparation = ri.Cvar_Get( "r_stereoSeparation", "32", CVAR_ARCHIVE );
r_stereoSeparation = ri.Cvar_Get( "r_stereoSeparation", "64", CVAR_ARCHIVE );
r_ignoreGLErrors = ri.Cvar_Get( "r_ignoreGLErrors", "1", CVAR_ARCHIVE );
r_fastsky = ri.Cvar_Get( "r_fastsky", "0", CVAR_ARCHIVE );
r_inGameVideo = ri.Cvar_Get( "r_inGameVideo", "1", CVAR_ARCHIVE );