engine-1.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <nopreview/>
  4. <name>ExternalFlame</name>
  5. <path>Aircraft/FGR-2/Models/Common/Engines/thrust_flame.ac</path>
  6. <offsets>
  7. <x-m>0</x-m>
  8. <y-m>0</y-m>
  9. <z-m>0</z-m>
  10. <heading-deg>0</heading-deg>
  11. </offsets>
  12. <effect>
  13. <inherits-from>Aircraft/FGR-2/Models/Common/Engines/my-flame</inherits-from>
  14. <object-name>Bounding_box</object-name>
  15. </effect>
  16. <!--
  17. <animation>
  18. <type>select</type>
  19. <object-name>Bounding_box</object-name>
  20. <nopreview/>
  21. <condition>
  22. <property>/sim/rendering/shaders/skydome</property>
  23. <property>/controls/engines/engine[0]/throttle</property>
  24. </condition>
  25. </animation>
  26. -->
  27. <animation>
  28. <type>select</type>
  29. <object-name>Bounding_box</object-name>
  30. <condition>
  31. <and>
  32. <property>/sim/rendering/shaders/skydome</property>
  33. <greater-than>
  34. <property>engines/engine[0]/n1</property>
  35. <value>0.01</value>
  36. </greater-than>
  37. </and>
  38. </condition>
  39. </animation>
  40. <animation>
  41. <type>scale</type>
  42. <object-name>Bounding_box</object-name>
  43. <nopreview/>
  44. <property>engines/engine[0]/n1</property>
  45. <x-min>0.1</x-min>
  46. <y-min>0.3</y-min>
  47. <z-min>0.3</z-min>
  48. <x-factor>1.15</x-factor>
  49. <y-factor>0.3</y-factor>
  50. <z-factor>0.3</z-factor>
  51. </animation>
  52. </PropertyList>