Merge pull request #81 from filnet/checkneedtodoframe

refactor common code from CompositeViewer::checkNeedToDoFrame() and Viewer::checkNeedToDoFrame() into View
This commit is contained in:
OpenSceneGraph git repository
2016-06-29 15:15:31 +01:00
committed by GitHub
4 changed files with 25 additions and 26 deletions

View File

@@ -305,6 +305,8 @@ class OSGVIEWER_EXPORT View : public osg::View, public osgGA::GUIActionAdapter
virtual void requestContinuousUpdate(bool needed=true);
virtual void requestWarpPointer(float x,float y);
/** Return true if there are pending updates to the scene graph that require an update. */
virtual bool requiresUpdateSceneGraph() const;
public: