Ported osgcluster to osgViewer.

This commit is contained in:
Robert Osfield
2007-01-05 21:19:01 +00:00
parent ee5adcdae5
commit fea694a0bf
14 changed files with 82 additions and 146 deletions

View File

@@ -37,8 +37,12 @@ class OSGVIEWER_EXPORT Viewer : public osgViewer::View
void setDone(bool done) { _done = done; }
bool done() { return _done; }
bool done() const { return _done; }
osg::FrameStamp* getFrameStamp();
const osg::FrameStamp* getFrameStamp() const;
enum ThreadingModel
{
SingleThreaded,