1
0
Fork 0
fgdata/Aircraft/ufo/Models/ufo.xml
Stuart Buchanan 14ad6bb9f9 Grid view for ufo
Addition of a coloured 8x8m lattice box around the UFO, switched on/off using
Ctrl+G.  This is to aid configuration of multi-monitor displays.
2019-01-06 19:41:54 +00:00

62 lines
1.3 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<path>ufo.ac</path>
<animation>
<type>select</type>
<condition>
<or>
<equals>
<property>/sim/flight-model</property>
<value>ufo</value>
</equals>
<property>/sim/model/always-show-in-MP</property>
</or>
</condition>
</animation>
<animation>
<type>select</type>
<condition>
<property>/sim/model/display-grid</property>
</condition>
<object-name>GridBottom</object-name>
<object-name>GridFront</object-name>
<object-name>GridPort</object-name>
<object-name>GridRear</object-name>
<object-name>GridStarboard</object-name>
<object-name>GridTop</object-name>
</animation>
<animation>
<type>blend</type>
<object-name>body</object-name>
<property>/velocities/airspeed-kt</property>
<factor>0.00025</factor>
<min>0.2</min>
<max>0.7</max>
</animation>
<animation>
<type>spin</type>
<object-name>body</object-name>
<object-name>green_navigation_lights</object-name>
<object-name>red_navigation_lights</object-name>
<object-name>propulsion_lights</object-name>
<property>/velocities/airspeed-kt</property>
<factor>0.004</factor>
<center>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0</z-m>
</center>
<axis>
<x>0</x>
<y>0</y>
<z>1</z>
</axis>
</animation>
</PropertyList>