Added F-15 lowpoly;
This is already in the scenery db/terrasync; however that model has the vertical origin at the wheels, whereas my F-15 in FGAddon has the origin at the center line based on the nose.
This commit is contained in:
parent
09e8bd6f63
commit
b022d310db
4 changed files with 9459 additions and 1 deletions
9405
AI/Aircraft/F-15/Models/F-15-lowpoly.ac
Normal file
9405
AI/Aircraft/F-15/Models/F-15-lowpoly.ac
Normal file
File diff suppressed because it is too large
Load diff
BIN
AI/Aircraft/F-15/Models/F-15-lowres.png
Normal file
BIN
AI/Aircraft/F-15/Models/F-15-lowres.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
53
AI/Aircraft/F-15/Models/F-15.xml
Normal file
53
AI/Aircraft/F-15/Models/F-15.xml
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>F-15-lowpoly.ac</path>
|
||||
|
||||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>Elevator</object-name>
|
||||
<property>surface-positions/elevator-pos-norm</property>
|
||||
<factor>20.0</factor>
|
||||
<center>
|
||||
<x-m>7.81175</x-m>
|
||||
<y-m>-0.02125</y-m>
|
||||
<z-m>1.84875</z-m>
|
||||
</center>
|
||||
<axis>
|
||||
<x>0.0</x>
|
||||
<y>1.0</y>
|
||||
<z>0.0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>aileron-left</object-name>
|
||||
<property>surface-positions/left-aileron-pos-norm</property>
|
||||
<factor>20.0</factor>
|
||||
<axis>
|
||||
<object-name>aileron-left-axis</object-name>
|
||||
</axis>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>aileron-right</object-name>
|
||||
<property>surface-positions/right-aileron-pos-norm</property>
|
||||
<factor>20.0</factor>
|
||||
<axis>
|
||||
<object-name>aileron-right-axis</object-name>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>gear</object-name>
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>gear/gear[0]/position-norm</property>
|
||||
<value>0.6</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
</PropertyList>
|
|
@ -138,7 +138,7 @@
|
|||
<model n="507" type="string">AI/Aircraft/seahawk/Models/seahawk-3d-model.xml</model>
|
||||
|
||||
<model n="514" type="string">AI/Aircraft/f-14b/Models/f-14b.xml</model>
|
||||
<model n="515" type="string">Models/Aircraft/F-15-lowpoly.xml</model>
|
||||
<model n="515" type="string">AI/Aircraft/F-15/Models/F-15.xml</model>
|
||||
<model n="516" type="string">AI/Aircraft/f16/Models/f-16.xml</model>
|
||||
|
||||
<!-- 551-600 Military large aircraft (tankers, transports) -->
|
||||
|
|
Loading…
Reference in a new issue