- 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:
parent
ae08d1a6d8
commit
1156a63d52
3 changed files with 29 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue