Addd control for serializing draw dispatch.

This commit is contained in:
Robert Osfield
2007-08-23 11:00:12 +00:00
parent bdb2a6b9d7
commit f8ac71d7e5
4 changed files with 38 additions and 9 deletions

View File

@@ -81,9 +81,6 @@ class OSGVIEWER_EXPORT Renderer : public osg::GraphicsOperation, public OpenGLQu
virtual ~Renderer();
bool _serializeDraw;
osg::observer_ptr<osg::Camera> _camera;
bool _done;