Changeset 8312

Show
Ignore:
Timestamp:
05/12/08 17:42:20
Author:
robert
Message:

Added missing getBound() method

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenSceneGraph/trunk/src/osgViewer/ViewerBase.cpp

    r8299 r8312  
    604604            dp->signalBeginFrame(frameStamp); 
    605605        } 
     606         
     607        if (scene->getSceneData()) 
     608        { 
     609            // fire off a build of the bounding volumes while we  
     610            // are still running single threaded. 
     611            scene->getSceneData()->getBound(); 
     612        } 
    606613    } 
    607614