From eb3ef906e780d3f0930e2c2a74068d63a5f4c6f1 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 3 Jan 2007 17:25:09 +0000 Subject: [PATCH] Removed setting of master camera colour --- examples/osgcatch/osgcatch.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/osgcatch/osgcatch.cpp b/examples/osgcatch/osgcatch.cpp index 55c36efe3..6916ea161 100644 --- a/examples/osgcatch/osgcatch.cpp +++ b/examples/osgcatch/osgcatch.cpp @@ -1572,8 +1572,6 @@ int main( int argc, char **argv ) double fovy, aspectRatio, zNear, zFar; viewer.getCamera()->getProjectionMatrixAsPerspective(fovy, aspectRatio, zNear, zFar); seh->setFOVY(osg::DegreesToRadians(fovy)); - - viewer.getCamera()->setClearColor(osg::Vec4f(0.6f,0.6f,0.8f,1.0f)); // todo for osgViewer - create default set up. viewer.setUpViewAcrossAllScreens();