On Wed, Oct 15, 2008 at 6:45 PM, Csaba Halász <[EMAIL PROTECTED]> wrote:
> On Wed, Oct 15, 2008 at 7:23 PM, Csaba Halász <[EMAIL PROTECTED]> wrote:
>>
>> The threading is set like so:
>> viewer = new osgViewer::Viewer;
>> viewer->setThreadingModel(osgViewer::Viewer::CullThreadPerCameraDrawThreadPerContext);
>
> And that's exactly the problem ... setting the threading mode before
> the viewer is realized does not start threading.
> I added an explicit call to startThreading() later, and get the printouts now 
> :)

This sounds like a bug in osgViewer, it shouldn't matter which order
your set the threading model.

Has the stats graph changed at all?

Robert.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to