Updated the demos to support the new commandline handling of stereo and

convinience functios for loading libs and files.
This commit is contained in:
Robert Osfield
2001-12-19 10:29:18 +00:00
parent 3c1c0f015e
commit 0721f0a818
10 changed files with 106 additions and 306 deletions

View File

@@ -239,9 +239,7 @@ bool Viewer::open()
Node* node = itr->sceneView->getSceneData();
if (node) node->accept(vrv);
}
#ifdef _DEBUG
_visualsSettings->setMinimumNumStencilBits(8); //gwm 12.8.01 to force stencils available for DC test
#endif
// set up each render stage to clear the appropriate buffers.
GLbitfield clear_mask=0;
if (_visualsSettings->getRGB()) clear_mask |= GL_COLOR_BUFFER_BIT;