1
0
Fork 0
fgdata/Aircraft/c172p/Models/Effects/exhaust/exhaust.xml
Stuart Buchanan 60d7073794 Initial checking of c172p-detailed.
From https://github.com/Juanvvc/c172p-detailed.git

Commit df6b2c5f4f75d000c5f5ef9c6cc4446784348f20
2015-06-16 22:20:54 +01:00

116 lines
2.7 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<particlesystem>
<name>startup</name>
<texture>smoke.png</texture>
<emissive>false</emissive>
<lighting>false</lighting>
<condition>
<and>
<property>controls/engines/engine/starter</property>
<greater-than>
<property>controls/engines/engine/mixture</property>
<value>0</value>
</greater-than>
<not>
<property>engines/engine/running</property>
</not>
</and>
</condition>
<emissive>false</emissive>
<lighting>false</lighting>
<align>billboard</align> <!-- billboard / fixed -->
<attach>world</attach> <!-- world / local-->
<placer>
<type>point</type> <!-- sector / segments / point -->
</placer>
<shooter>
<theta-min-deg>150</theta-min-deg>
<theta-max-deg>160</theta-max-deg>
<phi-min-deg>70</phi-min-deg>
<phi-max-deg>100</phi-max-deg>
<speed-mps>
<value>0.5</value>
<spread>0.2</spread>
</speed-mps>
<rotation-speed>
<x-min-deg-sec>15</x-min-deg-sec>
<y-min-deg-sec>-15</y-min-deg-sec>
<z-min-deg-sec>15</z-min-deg-sec>
<x-max-deg-sec>-15</x-max-deg-sec>
<y-max-deg-sec>15</y-max-deg-sec>
<z-max-deg-sec>-15</z-max-deg-sec>
</rotation-speed>
</shooter>
<counter>
<particles-per-sec>
<value>50</value>
<spread>30</spread>
</particles-per-sec>
</counter>
<particle>
<start>
<color>
<red>
<value>0.3</value>
</red>
<green>
<value>0.25</value>
</green>
<blue>
<value>0.25</value>
</blue>
<alpha>
<value>0.2</value>
</alpha>
</color>
<size>
<value>0.05</value>
</size>
</start>
<end>
<color>
<red>
<value>0.8</value>
</red>
<green>
<value>0.7</value>
</green>
<blue>
<value>0.65</value>
</blue>
<alpha>
<value>0.01</value>
</alpha>
</color>
<size>
<value>0.3</value>
</size>
</end>
<life-sec>
<value>1</value>
</life-sec>
<mass-kg>0.005</mass-kg>
<radius-m>0.05</radius-m>
</particle>
<program>
<fluid>air</fluid> <!-- air / water -->
<gravity>false</gravity>
<wind>true</wind>
</program>
</particlesystem>
</PropertyList>