Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
7648a428
Commit
7648a428
authored
Nov 15, 2013
by
Sebastian Eichelbaum
Browse files
[ADD
#312
] disabled code until there is a configure option for it
parent
dd507802
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/core/graphicsEngine/WGEViewer.cpp
src/core/graphicsEngine/WGEViewer.cpp
+4
-0
No files found.
src/core/graphicsEngine/WGEViewer.cpp
View file @
7648a428
...
...
@@ -167,6 +167,7 @@ void WGEViewer::setScene( osg::ref_ptr< WGEGroupNode > node )
// vignetting cam
{
/*
osg::ref_ptr< osg::Camera > bkCam = new osg::Camera();
bkCam->setClearMask( GL_DEPTH_BUFFER_BIT );
bkCam->setRenderOrder( osg::Camera::POST_RENDER );
...
...
@@ -190,10 +191,12 @@ void WGEViewer::setScene( osg::ref_ptr< WGEGroupNode > node )
// add the slice to the geode
bkCam->addChild( geode );
node->insert( bkCam );
*/
}
// horizon background cam
{
/*
osg::ref_ptr< osg::Camera > bkCam = new osg::Camera();
bkCam->setClearMask( GL_DEPTH_BUFFER_BIT );
bkCam->setRenderOrder( osg::Camera::NESTED_RENDER, 0 );
...
...
@@ -220,6 +223,7 @@ void WGEViewer::setScene( osg::ref_ptr< WGEGroupNode > node )
// add the slice to the geode
bkCam->addChild( geode );
node->insert( bkCam );
*/
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment