Merge branch 'master' of git://gitorious.org/fg/fgdata
This commit is contained in:
commit
c2186fed62
2 changed files with 14 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue