From Marco Jez, fixes to osgFX so that effects are compiled correctly.

Fixed title name of osgkeyboardmouse example.
This commit is contained in:
Robert Osfield
2003-12-16 23:43:37 +00:00
parent 7fcdf9b82d
commit 6bdbe942b1
4 changed files with 13 additions and 2 deletions

View File

@@ -214,7 +214,7 @@ int main( int argc, char **argv )
// create the window to draw to.
osg::ref_ptr<Producer::RenderSurface> renderSurface = new Producer::RenderSurface;
renderSurface->setWindowName("osgsimple");
renderSurface->setWindowName("osgkeyboardmouse");
renderSurface->setWindowRectangle(100,100,800,600);
renderSurface->useBorder(true);
renderSurface->realize();