Disable the selection of CullPerCameraDrawPerContext until I am able to fix this

threading model
This commit is contained in:
Robert Osfield 2007-08-04 17:04:37 +00:00
parent f528ba8937
commit 6d0f828524

View File

@ -441,10 +441,12 @@ Viewer::ThreadingModel Viewer::suggestBestThreadingModel()
else return DrawThreadPerContext;
}
#if 0
if (numProcessors >= static_cast<int>(cameras.size()+contexts.size()))
{
return CullThreadPerCameraDrawThreadPerContext;
}
#endif
return DrawThreadPerContext;
}