1
0
Fork 0

Merge branch 'master' of git://gitorious.org/fg/fgdata

This commit is contained in:
Erik Hofman 2010-08-04 10:17:57 +02:00
commit 7da6e080bd
2 changed files with 14 additions and 2 deletions

View file

@ -1280,7 +1280,7 @@ var create_detailed_cumulus_cloud = func (lat, lon, alt, size) {
#print(size);
var edge_bias = 0.2;
var edge_bias = 0.0;
var size_bias = 0.0;
if (size > 2.0)

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>