1
0
Fork 0

Disable OSG multi-threading mode selection in preferences.xml as enabling multi-threading mode currently breaks the screenshot function.

This commit is contained in:
Anders Gidenstam 2010-08-03 19:42:18 +02:00
parent 1e9a6c4cdf
commit 9c4c33bf12

View file

@ -58,7 +58,19 @@ Started September 2000 by David Megginson, david@megginson.com
<debug type="bool">false</debug>
<realism>5</realism>
<filtering>8</filtering>
<multithreading-mode>AutomaticSelection</multithreading-mode>
<!-- multithreading-mode>AutomaticSelection</multithreading-mode -->
<!--
Uncomment the above element to select OSG multi-threading mode.
This may improve performance on multi-core, multi-CPU
and/or multi-GPU systems. The recommended setting is AutomaticSelection.
The alternatives are
AutomaticSelection
DrawThreadPerContext
CullDrawThreadPerContext
CullThreadPerCameraDrawThreadPerContext
NOTE: Enabling this option currently breaks the screenshot function.
-->
<static-lod>
<detailed userarchive="y">1500</detailed>
<rough userarchive="y">9000</rough>