[osg-users] How to set flag COMPILE_GLOBJECTS_AT_INIT for osgViewer?

2007-08-06 Thread GMD GammerMaxyandex.ru
How to set flag COMPILE_GLOBJECTS_AT_INIT for osgViewer? ...sceneView-setDefaults (COMPILE_GLOBJECTS_AT_INIT); In osgViewer there is no property getSceneView: ( ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] How to set flag COMPILE_GLOBJECTS_AT_INIT for osgViewer?

2007-08-06 Thread Robert Osfield
HI, osgViewer by defaults does a compile traversal so there is no need to switch it on. For future reference if you absolutely need to get the SceneView that is used under the hood then you'll need to use SVN or 2.1.4 onwards at it now assigned a osgViewer::Renderer to each Camera, and the