Fixed warning in osgText

Added getBound() to begining of osgProducer::CameraGroup::frame() to ensure
that the parallel cull traversals don't all do a getBound().

Added osgProducer::CameraGroup::getTopMostSceneData() convinience method.
This commit is contained in:
Robert Osfield
2003-01-30 16:11:39 +00:00
parent 787bbef714
commit 03eee3b700
4 changed files with 43 additions and 2 deletions

View File

@@ -57,6 +57,10 @@ class OSGPRODUCER_EXPORT CameraGroup : public Producer::CameraGroup
const osg::Group* getSceneDecorator() const { return _scene_decorator.get(); }
osg::Node* getTopMostSceneData();
const osg::Node* getTopMostSceneData() const;
void setDisplaySettings( osg::DisplaySettings *ds ) { _ds = ds; }