- 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

@ -435,6 +435,7 @@ void RE_BeginFrame( stereoFrame_t stereoFrame ) {
{
// clear both, front and backbuffer.
qglColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE);
qglClearColor(0.0f, 0.0f, 0.0f, 1.0f);
qglDrawBuffer(GL_FRONT);
qglClear(GL_COLOR_BUFFER_BIT);