Show
Ignore:
Timestamp:
07/06/07 15:08:51 (6 years ago)
Author:
robert
Message:

Added include/osg/GLObjects + .cpp which provide osg::flush*DeletedGLObjects() methods.

Added and cleaned up DeleteHandler? calls in osgViewer to help avoid crashes on exit.

Changed DatabasePager? across to dynamically checcking osg::getCompileContext(..)

Updated wrappers.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/examples/osgteapot/osgteapot.cpp

    r7053 r7074  
    333333int main(int , char **) 
    334334{ 
    335 #if 1     
     335#if 1 
    336336 
    337337    // create viewer on heap as a test, this looks to be causing problems 
     
    345345    viewer->setSceneData( createTeapot() ); 
    346346 
    347     // create the windows and run the threads. 
    348347    return viewer->run(); 
    349348     
     
    358357    // create the windows and run the threads. 
    359358    return viewer.run(); 
    360  
    361359#endif 
    362360