1
0
Fork 0
fgdata/AI/Aircraft/balloon/appleoon.xml
2015-03-07 22:11:00 +01:00

42 lines
1 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<description>appelloon, the airborne apple</description>
<author>Torsten Dreyer(3D model). Detlef Faber (nasal code).</author>
<path>Models/appleoon.ac</path>
<texture-path></texture-path>
<nasal include="balloon.nas.xml"/>
<sound><path>AI/Sounds/balloon-sound1.xml</path></sound>
<animation>
<type>select</type>
<object-name>flame</object-name>
<condition>
<property>engines/engine[0]/running</property>
</condition>
</animation>
<animation>
<type>billboard</type>
<object-name>flame</object-name>
<spherical type="bool">false</spherical>
</animation>
<animation>
<type>material</type>
<object-name>hull</object-name>
<condition>
<greater-than>
<property>/sim/time/sun-angle-rad</property>
<value>1.57</value>
</greater-than>
</condition>
<emission>
<red>0.2</red>
<green>0.18</green>
<blue>0.15</blue>
<factor-prop>engines/engine[0]/running</factor-prop>
</emission>
</animation>
</PropertyList>