1
0
Fork 0

Fallback model improvements C182

- use c182-dpm.xml model for fallback, as the c182-ai.xml model
  is offset upwards and suited for AI usage
- remove range LOD animations
This commit is contained in:
Richard Harrison 2020-10-23 15:17:48 +02:00
parent 7c13462959
commit 4cb857f244
2 changed files with 1 additions and 8 deletions

View file

@ -4,13 +4,6 @@
<path>c182.ac</path> <path>c182.ac</path>
<!-- LOD for the model as a whole -->
<animation>
<type>range</type>
<min-m>0</min-m>
<max-m>10000</max-m>
</animation>
<!-- Object movements --> <!-- Object movements -->
<animation> <animation>

View file

@ -33,7 +33,7 @@
<!-- 1-50 Single engine GA aircraft --> <!-- 1-50 Single engine GA aircraft -->
<model n="1" type="string">AI/Aircraft/c172/c-fgfs.xml</model> <model n="1" type="string">AI/Aircraft/c172/c-fgfs.xml</model>
<model n="2" type="string">AI/Aircraft/c177/c177-g-brdo.xml</model> <model n="2" type="string">AI/Aircraft/c177/c177-g-brdo.xml</model>
<model n="3" type="string">AI/Aircraft/c182/Models/c182-ai.xml</model> <model n="3" type="string">AI/Aircraft/c182/Models/c182-dpm.xml</model>
<model n="4" type="string">AI/Aircraft/c182rg/Models/c182rg-ai.xml</model> <model n="4" type="string">AI/Aircraft/c182rg/Models/c182rg-ai.xml</model>
<model n="5" type="string">AI/Aircraft/Cessna208Caravan/Models/Cessna208-ai.xml</model> <model n="5" type="string">AI/Aircraft/Cessna208Caravan/Models/Cessna208-ai.xml</model>
<model n="6" type="string">AI/Aircraft/Cub/Models/Cub-ai.xml</model> <model n="6" type="string">AI/Aircraft/Cub/Models/Cub-ai.xml</model>