On 2/15/07, Robert Osfield <[EMAIL PROTECTED]> wrote:
Hi Win32's,
In light of the continuing threading problems under Win32 I think I'll
default osgViewer's threading model to SingleThreaded and check this
into CVS. This will take the pressure off solving all the various
combinations of threading right away.
I have just checked in the addition of
#ifdef _WIN32
// temporary hack to disable multi-threading under Windows till we
find good solutions for
// crashes that users are seeing.
return SingleThreaded;
#endif
To the Viewer::suggestThreadingModel() method. This will make the
examples default to SingleThreaded, but it'll still allow you to set
the threading model yourself with the OSG_THREADING evn var or the
command line options in osgviewer.
Once the threading problems have been resolved when can remove this hack.
Fingers crossed windows should run a bit more smoothly out of the bag now.
Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/