12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0"?>
- <PropertyList>
- <nopreview/>
- <name>ExternalFlame</name>
- <path>Aircraft/FGR-2/Models/Common/Engines/thrust_flame.ac</path>
- <offsets>
- <x-m>0</x-m>
- <y-m>0</y-m>
- <z-m>0</z-m>
- <heading-deg>0</heading-deg>
- </offsets>
-
- <effect>
- <inherits-from>Aircraft/FGR-2/Models/Common/Engines/my-flame</inherits-from>
- <object-name>Bounding_box</object-name>
- </effect>
-
- <!--
- <animation>
- <type>select</type>
- <object-name>Bounding_box</object-name>
- <nopreview/>
- <condition>
- <property>/sim/rendering/shaders/skydome</property>
- <property>/controls/engines/engine[0]/throttle</property>
-
- </condition>
- </animation>
- -->
-
- <animation>
- <type>select</type>
- <object-name>Bounding_box</object-name>
- <condition>
- <and>
- <property>/sim/rendering/shaders/skydome</property>
- <greater-than>
- <property>engines/engine[0]/n1</property>
- <value>0.01</value>
- </greater-than>
- </and>
- </condition>
- </animation>
-
- <animation>
- <type>scale</type>
- <object-name>Bounding_box</object-name>
- <nopreview/>
- <property>engines/engine[0]/n1</property>
- <x-min>0.1</x-min>
- <y-min>0.3</y-min>
- <z-min>0.3</z-min>
- <x-factor>1.15</x-factor>
- <y-factor>0.3</y-factor>
- <z-factor>0.3</z-factor>
- </animation>
- </PropertyList>
|