Clean up and fixes to GraphicThread class, and osgcamera example.
This commit is contained in:
@@ -1332,9 +1332,11 @@ void CullVisitor::apply(osg::CameraNode& camera)
|
||||
|
||||
rtts->setGraphicsContext(context.get());
|
||||
|
||||
// context->createGraphicsThread();
|
||||
|
||||
#if 0
|
||||
context->createGraphicsThread();
|
||||
#else
|
||||
context->realize();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user