1
0
Fork 0
fgdata/Aircraft/c172p/Models/Effects/tyrespray/rain-stbd.xml
Stuart Buchanan 73a67f2328 c172p-detailed sync for 2018.3
from https://github.com/c172p-team/c172p/tree/release/2018.3
commit 0ddd75dbb7431f955d1dd8f468b30300bad6b9d1
2018-09-02 20:58:05 +01:00

132 lines
4 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<params>
<tyre_spray_speed_ms>engines/engine[8]/n2</tyre_spray_speed_ms>
<tyre_spray_density>engines/engine[9]/n2</tyre_spray_density>
</params>
<particlesystem>
<name>rain-s</name>
<texture>smoke.png</texture>
<emissive>false</emissive>
<lighting>false</lighting>
<offsets>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0</z-m>
</offsets>
<condition>
<greater-than>
<property alias="/params/tyre_spray_density"/>
<value>0.0</value>
</greater-than>
</condition>
<align>billboard</align>
<attach>world</attach>
<placer>
<type>segments</type>
<vertex>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0</z-m>
</vertex>
<vertex>
<x-m>1.5</x-m>
<y-m>0</y-m>
<z-m>0</z-m>
</vertex>
<vertex>
<x-m>3</x-m>
<y-m>0</y-m>
<z-m>0</z-m>
</vertex>
</placer>
<shooter>
<theta-min-deg>45</theta-min-deg>
<theta-max-deg>80</theta-max-deg>
<phi-min-deg>-5</phi-min-deg>
<phi-max-deg>5</phi-max-deg>
<speed-mps>
<property alias="/params/tyre_spray_speed_ms"/>
<spread>20</spread>
<!--<factor>6</factor>-->
</speed-mps>
<rotation-speed>
<x-max-deg-sec>15</x-max-deg-sec>
<x-min-deg-sec>-15</x-min-deg-sec>
<y-max-deg-sec>15</y-max-deg-sec>
<y-min-deg-sec>-15</y-min-deg-sec>
<z-max-deg-sec>15</z-max-deg-sec>
<z-min-deg-sec>-15</z-min-deg-sec>
</rotation-speed>
</shooter>
<counter>
<particles-per-sec>
<property alias="/params/tyre_spray_density"/>
<factor>2.5</factor>
<!--<value>250</value>-->
<spread>100</spread>
</particles-per-sec>
</counter>
<particle>
<start>
<color>
<red>
<property>/sim/model/c172p/lighting/particles/redcombinedstart</property>
</red>
<green>
<property>/sim/model/c172p/lighting/particles/greencombinedstart</property>
</green>
<blue>
<property>/sim/model/c172p/lighting/particles/bluecombinedstart</property>
</blue>
<alpha>
<value>0.05</value>
</alpha>
</color>
<size>
<value>0.5</value>
</size>
</start>
<end>
<color>
<red>
<property>/sim/model/c172p/lighting/particles/redcombinedend</property>
</red>
<green>
<property>/sim/model/c172p/lighting/particles/greencombinedend</property>
</green>
<blue>
<property>/sim/model/c172p/lighting/particles/bluecombinedend</property>
</blue>
<alpha>
<value>0.020</value>
</alpha>
</color>
<size>
<value>10</value>
</size>
</end>
<life-sec>
<value>1.5</value>
</life-sec>
<mass-kg>0.025</mass-kg>
<radius-m>0.125</radius-m>
</particle>
<program>
<fluid>air</fluid>
<gravity>true</gravity>
<wind>true</wind>
</program>
</particlesystem>
</PropertyList>