1
0
Fork 0

WS30: LoD settings for water bodies.

This commit is contained in:
Stuart Buchanan 2021-04-04 16:36:06 +01:00
parent b6c0e65a38
commit 4e38061fff
2 changed files with 300 additions and 1 deletions

View file

@ -113,26 +113,34 @@ Started September 2000 by David Megginson, david@megginson.com
<aimp-bare type="double" userarchive="y">0</aimp-bare> <aimp-bare type="double" userarchive="y">0</aimp-bare>
<aimp-interior type="double" userarchive="y">200</aimp-interior> <aimp-interior type="double" userarchive="y">200</aimp-interior>
<line-features-lod-level type="int" userarchive="y">5</line-features-lod-level> <line-features-lod-level type="int" userarchive="y">5</line-features-lod-level>
<area-features-lod-level type="int" userarchive="y">5</area-features-lod-level>
<vegetation-lod-level type="int" userarchive="y">6</vegetation-lod-level> <vegetation-lod-level type="int" userarchive="y">6</vegetation-lod-level>
<lod-level n="0"> <lod-level n="0">
<area-features-min-width>10000</area-features-min-width>
<line-features-min-width>9999.9</line-features-min-width> <line-features-min-width>9999.9</line-features-min-width>
</lod-level> </lod-level>
<lod-level n="1"> <lod-level n="1">
<area-features-min-width>10000</area-features-min-width>
<line-features-min-width>9999.9</line-features-min-width> <line-features-min-width>9999.9</line-features-min-width>
</lod-level> </lod-level>
<lod-level n="2"> <lod-level n="2">
<area-features-min-width>1000</area-features-min-width>
<line-features-min-width>9999.9</line-features-min-width> <line-features-min-width>9999.9</line-features-min-width>
</lod-level> </lod-level>
<lod-level n="3"> <lod-level n="3">
<area-features-min-width>1000</area-features-min-width>
<line-features-min-width>20.0</line-features-min-width> <line-features-min-width>20.0</line-features-min-width>
</lod-level> </lod-level>
<lod-level n="4"> <lod-level n="4">
<area-features-min-width>1000</area-features-min-width>
<line-features-min-width>10.0</line-features-min-width> <line-features-min-width>10.0</line-features-min-width>
</lod-level> </lod-level>
<lod-level n="5"> <lod-level n="5">
<area-features-min-width>100</area-features-min-width>
<line-features-min-width>7.0</line-features-min-width> <line-features-min-width>7.0</line-features-min-width>
</lod-level> </lod-level>
<lod-level n="6"> <lod-level n="6">
<area-features-min-width>100</area-features-min-width>
<line-features-min-width>3.0</line-features-min-width> <line-features-min-width>3.0</line-features-min-width>
</lod-level> </lod-level>

View file

@ -779,6 +779,52 @@
<live>true</live> <live>true</live>
<property>/sim/rendering/static-lod/vegetation-lod-level</property> <property>/sim/rendering/static-lod/vegetation-lod-level</property>
</text> </text>
<text>
<row>3</row>
<col>0</col>
<enable>
<equals>
<property>/scenery/use-vpb</property>
<value>true</value>
</equals>
</enable>
<label>Area features minimum LOD</label>
</text>
<slider>
<row>3</row>
<col>1</col>
<name>area-lod</name>
<enable>
<equals>
<property>/scenery/use-vpb</property>
<value>true</value>
</equals>
</enable>
<min>0.0</min>
<max>6.0</max>
<step>1.0</step>
<fraction>0.17</fraction>
<property>/sim/rendering/static-lod/area-features-lod-level</property>
<binding>
<command>dialog-apply</command>
<object-name>area-lod</object-name>
</binding>
</slider>
<text>
<row>3</row>
<col>2</col>
<label>1</label>
<enable>
<equals>
<property>/scenery/use-vpb</property>
<value>true</value>
</equals>
</enable>
<format>%d</format>
<live>true</live>
<property>/sim/rendering/static-lod/area-features-lod-level</property>
</text>
</group> </group>
</group> </group>
@ -803,6 +849,12 @@
<colspan>2</colspan> <colspan>2</colspan>
<label>Minimum Line Feature Width (m)</label> <label>Minimum Line Feature Width (m)</label>
</text> </text>
<text>
<row>0</row>
<col>3</col>
<colspan>2</colspan>
<label>Minimum Area Feature Area (m^2)</label>
</text>
<text> <text>
<row>1</row> <row>1</row>
<col>0</col> <col>0</col>
@ -842,6 +894,40 @@
<live>true</live> <live>true</live>
<property>/sim/rendering/static-lod/lod-level[0]/line-features-min-width</property> <property>/sim/rendering/static-lod/lod-level[0]/line-features-min-width</property>
</text> </text>
<slider>
<row>1</row>
<col>3</col>
<name>area-lod0</name>
<enable>
<equals>
<property>/scenery/use-vpb</property>
<value>true</value>
</equals>
</enable>
<min>1.0</min>
<max>10000.0</max>
<step>100.0</step>
<fraction>0.17</fraction>
<property>/sim/rendering/static-lod/lod-level[0]/area-features-min-width</property>
<binding>
<command>dialog-apply</command>
<object-name>area-lod0</object-name>
</binding>
</slider>
<text>
<label>12</label>
<row>1</row>
<col>4</col>
<enable>
<equals>
<property>/scenery/use-vpb</property>
<value>true</value>
</equals>
</enable>
<format>%d</format>
<live>true</live>
<property>/sim/rendering/static-lod/lod-level[0]/area-features-min-width</property>
</text>
<text> <text>
<row>2</row> <row>2</row>
@ -882,7 +968,41 @@
<live>true</live> <live>true</live>
<property>/sim/rendering/static-lod/lod-level[1]/line-features-min-width</property> <property>/sim/rendering/static-lod/lod-level[1]/line-features-min-width</property>
</text> </text>
<slider>
<row>2</row>
<col>3</col>
<name>area-lod1</name>
<enable>
<equals>
<property>/scenery/use-vpb</property>
<value>true</value>
</equals>
</enable>
<min>1.0</min>
<max>10000.0</max>
<step>100.0</step>
<fraction>0.17</fraction>
<property>/sim/rendering/static-lod/lod-level[1]/area-features-min-width</property>
<binding>
<command>dialog-apply</command>
<object-name>area-lod1</object-name>
</binding>
</slider>
<text>
<label>12</label>
<row>2</row>
<col>4</col>
<enable>
<equals>
<property>/scenery/use-vpb</property>
<value>true</value>
</equals>
</enable>
<format>%d</format>
<live>true</live>
<property>/sim/rendering/static-lod/lod-level[1]/area-features-min-width</property>
</text>
<text> <text>
<row>3</row> <row>3</row>
<col>0</col> <col>0</col>
@ -922,6 +1042,41 @@
<live>true</live> <live>true</live>
<property>/sim/rendering/static-lod/lod-level[2]/line-features-min-width</property> <property>/sim/rendering/static-lod/lod-level[2]/line-features-min-width</property>
</text> </text>
<slider>
<row>3</row>
<col>3</col>
<name>area-lod2</name>
<enable>
<equals>
<property>/scenery/use-vpb</property>
<value>true</value>
</equals>
</enable>
<min>1.0</min>
<max>10000.0</max>
<step>100.0</step>
<fraction>0.17</fraction>
<property>/sim/rendering/static-lod/lod-level[2]/area-features-min-width</property>
<binding>
<command>dialog-apply</command>
<object-name>area-lod2</object-name>
</binding>
</slider>
<text>
<label>12</label>
<row>3</row>
<col>4</col>
<enable>
<equals>
<property>/scenery/use-vpb</property>
<value>true</value>
</equals>
</enable>
<format>%d</format>
<live>true</live>
<property>/sim/rendering/static-lod/lod-level[2]/area-features-min-width</property>
</text>
<text> <text>
<row>4</row> <row>4</row>
@ -962,6 +1117,40 @@
<live>true</live> <live>true</live>
<property>/sim/rendering/static-lod/lod-level[3]/line-features-min-width</property> <property>/sim/rendering/static-lod/lod-level[3]/line-features-min-width</property>
</text> </text>
<slider>
<row>4</row>
<col>3</col>
<name>area-lod3</name>
<enable>
<equals>
<property>/scenery/use-vpb</property>
<value>true</value>
</equals>
</enable>
<min>1.0</min>
<max>10000.0</max>
<step>100.0</step>
<fraction>0.17</fraction>
<property>/sim/rendering/static-lod/lod-level[3]/area-features-min-width</property>
<binding>
<command>dialog-apply</command>
<object-name>area-lod2</object-name>
</binding>
</slider>
<text>
<label>12</label>
<row>4</row>
<col>4</col>
<enable>
<equals>
<property>/scenery/use-vpb</property>
<value>true</value>
</equals>
</enable>
<format>%d</format>
<live>true</live>
<property>/sim/rendering/static-lod/lod-level[3]/area-features-min-width</property>
</text>
<text> <text>
<row>5</row> <row>5</row>
@ -1002,6 +1191,40 @@
<live>true</live> <live>true</live>
<property>/sim/rendering/static-lod/lod-level[4]/line-features-min-width</property> <property>/sim/rendering/static-lod/lod-level[4]/line-features-min-width</property>
</text> </text>
<slider>
<row>5</row>
<col>3</col>
<name>area-lod4</name>
<enable>
<equals>
<property>/scenery/use-vpb</property>
<value>true</value>
</equals>
</enable>
<min>1.0</min>
<max>10000.0</max>
<step>100.0</step>
<fraction>0.17</fraction>
<property>/sim/rendering/static-lod/lod-level[4]/area-features-min-width</property>
<binding>
<command>dialog-apply</command>
<object-name>area-lod4</object-name>
</binding>
</slider>
<text>
<label>12</label>
<row>5</row>
<col>4</col>
<enable>
<equals>
<property>/scenery/use-vpb</property>
<value>true</value>
</equals>
</enable>
<format>%d</format>
<live>true</live>
<property>/sim/rendering/static-lod/lod-level[4]/area-features-min-width</property>
</text>
<text> <text>
<row>6</row> <row>6</row>
@ -1042,6 +1265,40 @@
<live>true</live> <live>true</live>
<property>/sim/rendering/static-lod/lod-level[5]/line-features-min-width</property> <property>/sim/rendering/static-lod/lod-level[5]/line-features-min-width</property>
</text> </text>
<slider>
<row>6</row>
<col>3</col>
<name>area-lod5</name>
<enable>
<equals>
<property>/scenery/use-vpb</property>
<value>true</value>
</equals>
</enable>
<min>1.0</min>
<max>10000.0</max>
<step>100.0</step>
<fraction>0.17</fraction>
<property>/sim/rendering/static-lod/lod-level[5]/area-features-min-width</property>
<binding>
<command>dialog-apply</command>
<object-name>area-lod5</object-name>
</binding>
</slider>
<text>
<label>12</label>
<row>6</row>
<col>4</col>
<enable>
<equals>
<property>/scenery/use-vpb</property>
<value>true</value>
</equals>
</enable>
<format>%d</format>
<live>true</live>
<property>/sim/rendering/static-lod/lod-level[5]/area-features-min-width</property>
</text>
<text> <text>
<row>7</row> <row>7</row>
@ -1082,6 +1339,40 @@
<live>true</live> <live>true</live>
<property>/sim/rendering/static-lod/lod-level[6]/line-features-min-width</property> <property>/sim/rendering/static-lod/lod-level[6]/line-features-min-width</property>
</text> </text>
<slider>
<row>7</row>
<col>3</col>
<name>area-lod6</name>
<enable>
<equals>
<property>/scenery/use-vpb</property>
<value>true</value>
</equals>
</enable>
<min>1.0</min>
<max>10000.0</max>
<step>100.0</step>
<fraction>0.17</fraction>
<property>/sim/rendering/static-lod/lod-level[6]/area-features-min-width</property>
<binding>
<command>dialog-apply</command>
<object-name>area-lod6</object-name>
</binding>
</slider>
<text>
<label>12</label>
<row>7</row>
<col>4</col>
<enable>
<equals>
<property>/scenery/use-vpb</property>
<value>true</value>
</equals>
</enable>
<format>%d</format>
<live>true</live>
<property>/sim/rendering/static-lod/lod-level[6]/area-features-min-width</property>
</text>
</group> </group>
</group> </group>