Remove old dhc6 model (replaced by DHT model)
This commit is contained in:
parent
9a40434c7a
commit
0b1fc9b904
7 changed files with 0 additions and 62500 deletions
File diff suppressed because it is too large
Load diff
Binary file not shown.
Before Width: | Height: | Size: 4.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 521 KiB |
Binary file not shown.
Before Width: | Height: | Size: 235 KiB |
Binary file not shown.
Before Width: | Height: | Size: 540 KiB |
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="dhc6-main.xml">
|
||||
<texture-path>Textures/Loganair</texture-path>
|
||||
</PropertyList>
|
||||
|
||||
|
|
@ -1,69 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<description>de Havilland Canada DHC-6</description>
|
||||
<author>Syd Adams, Keith Paterson</author>
|
||||
<path>Models/dhc6.ac</path>
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>prop-blur-left</object-name>
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>10</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
<animation>
|
||||
<name>prop-left</name>
|
||||
<object-name>Lprop.1</object-name>
|
||||
<object-name>Lprop.2</object-name>
|
||||
<object-name>Lprop.3</object-name>
|
||||
</animation>
|
||||
<animation>
|
||||
<name>prop-right</name>
|
||||
<object-name>Rprop.1</object-name>
|
||||
<object-name>Rprop.2</object-name>
|
||||
<object-name>Rprop.3</object-name>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>prop-left</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>10</value>
|
||||
</less-than>
|
||||
</condition>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Lprop.disk</object-name>
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>10</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Rprop.disk</object-name>
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>10</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>prop-right</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>10</value>
|
||||
</less-than>
|
||||
</condition>
|
||||
</animation>
|
||||
</PropertyList>
|
Loading…
Reference in a new issue