Skip to content

Commit 4901b80

Browse files
vwaurichadeas31
authored andcommitted
- brighter backgroundcolor
1 parent b22a379 commit 4901b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OMEdit/OMEditGUI/Animation/AnimationWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ QWidget* AnimationWindow::setupViewWidget()
178178
//get the viewer widget
179179
osg::ref_ptr<osg::Camera> camera = mpSceneView->getCamera();
180180
camera->setGraphicsContext(gw);
181-
camera->setClearColor(osg::Vec4(0.2, 0.2, 0.6, 1.0));
181+
camera->setClearColor(osg::Vec4(0.95, 0.95, 0.95, 1.0));
182182
//camera->setViewport(new osg::Viewport(0, 0, traits->width, traits->height));
183183
camera->setViewport(new osg::Viewport(0, 0, width, height));
184184
camera->setProjectionMatrixAsPerspective(30.0f, static_cast<double>(traits->width/2) / static_cast<double>(traits->height/2), 1.0f, 10000.0f);

0 commit comments

Comments
 (0)