add engine's spray
This commit is contained in:
parent
9cc76bed07
commit
6cea5847aa
5 changed files with 180 additions and 29 deletions
|
@ -1,6 +1,4 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (Octal450) -->
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (Octal450) -->
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
@ -20,12 +18,7 @@
|
|||
<z-m>0</z-m>
|
||||
</vertex>
|
||||
<vertex>
|
||||
<x-m>10</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</vertex>
|
||||
<vertex>
|
||||
<x-m>30</x-m>
|
||||
<x-m>20</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</vertex>
|
||||
|
@ -37,8 +30,8 @@
|
|||
<phi-min-deg>-5</phi-min-deg>
|
||||
<phi-max-deg>5</phi-max-deg>
|
||||
<speed-mps>
|
||||
<value>50</value>
|
||||
<spread>5</spread>
|
||||
<value>250</value>
|
||||
<spread>15</spread>
|
||||
</speed-mps>
|
||||
<rotation-speed>
|
||||
<x-max-deg-sec>15</x-max-deg-sec>
|
||||
|
@ -52,8 +45,8 @@
|
|||
|
||||
<counter>
|
||||
<particles-per-sec>
|
||||
<value>250</value>
|
||||
<spread>100</spread>
|
||||
<value>100</value>
|
||||
<spread>10</spread>
|
||||
</particles-per-sec>
|
||||
</counter>
|
||||
|
||||
|
@ -62,10 +55,10 @@
|
|||
<particle>
|
||||
<start>
|
||||
<color>
|
||||
<red><value>0.95</value></red>
|
||||
<green><value>0.95</value></green>
|
||||
<blue><value>0.95</value></blue>
|
||||
<alpha><value>0.05</value></alpha>
|
||||
<red><value>0.9</value></red>
|
||||
<green><value>0.9</value></green>
|
||||
<blue><value>0.9</value></blue>
|
||||
<alpha><value>0.04</value></alpha>
|
||||
</color>
|
||||
<size>
|
||||
<value>0.5</value>
|
||||
|
@ -83,7 +76,7 @@
|
|||
</size>
|
||||
</end>
|
||||
<life-sec>
|
||||
<value>2</value>
|
||||
<value>1.5</value>
|
||||
</life-sec>
|
||||
<mass-kg>0.025</mass-kg>
|
||||
<radius-m>0.175</radius-m>
|
||||
|
|
|
@ -92,8 +92,8 @@
|
|||
|
||||
<!-- Takeoff/Landing Engine spray -->
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/engine-spray-left.xml</path>
|
||||
<name>engine-spray-l</name>
|
||||
<path>Aircraft/A320-family/Models/Effects/engine-spray-right.xml</path>
|
||||
<name>engine-spray-r</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
|
@ -113,11 +113,11 @@
|
|||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[0]/n1</property>
|
||||
<property>engines/engine[1]/n1</property>
|
||||
<value>60</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>engines/engine[0]/thrust_lb</property>
|
||||
<property>engines/engine[1]/thrust_lb</property>
|
||||
<value>0</value>
|
||||
</greater-than>
|
||||
<!-- <not>
|
||||
|
@ -134,8 +134,8 @@
|
|||
|
||||
<!-- Takeoff/Landing Engine Reverse spray -->
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/engine-spray-left-reverse.xml</path>
|
||||
<name>engine-spray-l-reverse</name>
|
||||
<path>Aircraft/A320-family/Models/Effects/engine-spray-right-reverse.xml</path>
|
||||
<name>engine-spray-r-reverse</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
|
@ -151,11 +151,11 @@
|
|||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[0]/n1</property>
|
||||
<property>engines/engine[1]/n1</property>
|
||||
<value>60</value>
|
||||
</greater-than>
|
||||
<less-than>
|
||||
<property>engines/engine[0]/thrust_lb</property>
|
||||
<property>engines/engine[1]/thrust_lb</property>
|
||||
<value>0</value>
|
||||
</less-than>
|
||||
<!-- <not>
|
||||
|
|
|
@ -86,6 +86,86 @@
|
|||
<pitch-deg>0</pitch-deg>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- Takeoff/Landing Engine spray -->
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/engine-spray-left.xml</path>
|
||||
<name>engine-spray-l</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>1</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>environment/relative-humidity</property>
|
||||
<value>60</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>15</value>
|
||||
</less-than-equals>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[0]/n1</property>
|
||||
<value>60</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>engines/engine[0]/thrust_lb</property>
|
||||
<value>0</value>
|
||||
</greater-than>
|
||||
<!-- <not>
|
||||
<property>sim/crashed</property>
|
||||
</not> -->
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>10.875</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>-2.5</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- Takeoff/Landing Engine Reverse spray -->
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/engine-spray-left-reverse.xml</path>
|
||||
<name>engine-spray-l-reverse</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>1</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>environment/relative-humidity</property>
|
||||
<value>60</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[0]/n1</property>
|
||||
<value>60</value>
|
||||
</greater-than>
|
||||
<less-than>
|
||||
<property>engines/engine[0]/thrust_lb</property>
|
||||
<value>0</value>
|
||||
</less-than>
|
||||
<!-- <not>
|
||||
<property>sim/crashed</property>
|
||||
</not> -->
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>0.875</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>-2.5</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Engine fire</name>
|
||||
|
|
|
@ -86,6 +86,86 @@
|
|||
<pitch-deg>0</pitch-deg>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- Takeoff/Landing Engine spray -->
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/engine-spray-right.xml</path>
|
||||
<name>engine-spray-r</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>1</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>environment/relative-humidity</property>
|
||||
<value>60</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>15</value>
|
||||
</less-than-equals>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[1]/n1</property>
|
||||
<value>60</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>engines/engine[1]/thrust_lb</property>
|
||||
<value>0</value>
|
||||
</greater-than>
|
||||
<!-- <not>
|
||||
<property>sim/crashed</property>
|
||||
</not> -->
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>10.875</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>-2.5</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- Takeoff/Landing Engine Reverse spray -->
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/engine-spray-right-reverse.xml</path>
|
||||
<name>engine-spray-r-reverse</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>1</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>environment/relative-humidity</property>
|
||||
<value>60</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[1]/n1</property>
|
||||
<value>60</value>
|
||||
</greater-than>
|
||||
<less-than>
|
||||
<property>engines/engine[1]/thrust_lb</property>
|
||||
<value>0</value>
|
||||
</less-than>
|
||||
<!-- <not>
|
||||
<property>sim/crashed</property>
|
||||
</not> -->
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>0.875</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>-2.5</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Engine fire</name>
|
||||
|
|
Loading…
Add table
Reference in a new issue