Introduce new osgViewer::Renderer class for implementing of the rendering
of cameras in viewers
This commit is contained in:
@@ -127,3 +127,9 @@ void FlushDeletedGLObjectsOperation::operator () (GraphicsContext* context)
|
||||
|
||||
flushDeletedGLObjects(contextID, currentTime, availableTime);
|
||||
}
|
||||
|
||||
|
||||
void RunOperations::operator () (osg::GraphicsContext* context)
|
||||
{
|
||||
context->runOperations();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user