1
0
Fork 0

Replace ac-str clouds with ac for ac cloudfields. More realistic and improves performance.

This commit is contained in:
Stuart Buchanan 2014-01-25 21:00:22 +00:00
parent a4f289ecee
commit 09d5fe703f

View file

@ -1,4 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- <!--
This file is part of FlightGear, the free flight simulator This file is part of FlightGear, the free flight simulator
http://www.flightgear.org/ http://www.flightgear.org/
@ -17,7 +17,7 @@
--> -->
<!-- <!--
Cloud shapes and layers. See Docs/README.3DClouds for details. Cloud shapes and layers. See Docs/README.3DClouds for details.
short Explanation: short Explanation:
cb = Cumulonimbus (Thunderstorm cloud) cb = Cumulonimbus (Thunderstorm cloud)
cb-cal = Cumulonimbus Calvus (without amboss) cb-cal = Cumulonimbus Calvus (without amboss)
@ -199,7 +199,18 @@ ns = Nimbostratus (Rain cloud)
<vdist>1</vdist> <vdist>1</vdist>
</box> </box>
</ac-str> </ac-str>
<ac>
<box>
<type>cu-large</type>
<count>6</count>
<width>4000</width>
<height>0</height>
<hdist>1</hdist>
<vdist>1</vdist>
</box>
</ac>
<cu-hum> <cu-hum>
<box> <box>
<type>cu-small</type> <type>cu-small</type>
@ -210,7 +221,7 @@ ns = Nimbostratus (Rain cloud)
<vdist>2</vdist> <vdist>2</vdist>
</box> </box>
</cu-hum> </cu-hum>
<cu-con> <cu-con>
<box> <box>
<type>cu-con</type> <type>cu-con</type>
@ -229,7 +240,7 @@ ns = Nimbostratus (Rain cloud)
<vdist>2</vdist> <vdist>2</vdist>
</box> </box>
</cu-con> </cu-con>
<cb-cal> <cb-cal>
<box> <box>
<type>cb-large</type> <type>cb-large</type>
@ -240,8 +251,8 @@ ns = Nimbostratus (Rain cloud)
<vdist>2</vdist> <vdist>2</vdist>
</box> </box>
</cb-cal> </cb-cal>
<cb-inc> <cb-inc>
<box> <box>
<type>cb-large</type> <type>cb-large</type>
@ -250,7 +261,7 @@ ns = Nimbostratus (Rain cloud)
<height>1000</height> <height>1000</height>
</box> </box>
</cb-inc> </cb-inc>
<st> <st>
<box> <box>
<type>st-large</type> <type>st-large</type>
@ -265,7 +276,7 @@ ns = Nimbostratus (Rain cloud)
<height>100</height> <height>100</height>
</box> </box>
</st> </st>
<st-small> <st-small>
<box> <box>
<type>st-small</type> <type>st-small</type>
@ -274,7 +285,7 @@ ns = Nimbostratus (Rain cloud)
<height>200</height> <height>200</height>
</box> </box>
</st-small> </st-small>
<ns> <ns>
<box> <box>
<type>ns-large</type> <type>ns-large</type>
@ -283,7 +294,7 @@ ns = Nimbostratus (Rain cloud)
<height>300</height> <height>300</height>
</box> </box>
</ns> </ns>
<sc> <sc>
<box> <box>
<type>sc</type> <type>sc</type>
@ -292,7 +303,7 @@ ns = Nimbostratus (Rain cloud)
<height>300</height> <height>300</height>
</box> </box>
</sc> </sc>
<xx> <xx>
<box> <box>
<type>cu-large</type> <type>cu-large</type>
@ -303,8 +314,8 @@ ns = Nimbostratus (Rain cloud)
</box> </box>
</xx> </xx>
</boxes> </boxes>
<layers> <layers>
<cu> <cu>
<cloud> <cloud>
@ -337,7 +348,7 @@ ns = Nimbostratus (Rain cloud)
</cb> </cb>
<ac> <ac>
<cloud> <cloud>
<name>ac-str</name> <name>ac</name>
<count>1</count> <count>1</count>
</cloud> </cloud>
<grid-z-rand type="double">100.0</grid-z-rand> <grid-z-rand type="double">100.0</grid-z-rand>