123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <particlesystem>
- <name>tiptrail-p</name>
- <type>trail</type>
- <texture>continous_smoke.png</texture>
- <emissive>false</emissive>
- <lighting>true</lighting>
- <pass>true</pass>
- <condition>
- <and>
- <greater-than>
- <property>sim/multiplay/generic/float[21]</property>
- <value>98</value>
- </greater-than>
- <greater-than>
- <property>sim/multiplay/generic/float[37]</property>
- <value>0</value>
- </greater-than>
- <greater-than>
- <property>sim/multiplay/generic/float[1]</property>
- <value>180</value>
- </greater-than>
- <or>
- <or>
- <less-than>
- <property>sim/multiplay/generic/float[4]</property>
- <value>-0.01</value>
- </less-than>
- <greater-than>
- <property>sim/multiplay/generic/float[4]</property>
- <value>0.01</value>
- </greater-than>
- </or>
- <or>
- <less-than>
- <property>sim/multiplay/generic/float[25]</property>
- <value>-0.01</value>
- </less-than>
- <greater-than>
- <property>sim/multiplay/generic/float[25]</property>
- <value>0.01</value>
- </greater-than>
- </or>
- </or>
- </and>
- </condition>
- <attach>world</attach>
- <placer>
- <type>point</type>
- </placer>
- <shooter>
- <speed-mps>
- <value>0</value>
- <spread>0</spread>
- </speed-mps>
- </shooter>
- <counter>
- <particles-per-sec>
- <property>sim/multiplay/generic/float[1]</property>
- <factor>1</factor>
- <offset>75</offset>
- </particles-per-sec>
- </counter>
- <align>fixed</align>
- <particle>
- <start>
- <color>
- <red><value> 1.0 </value></red>
- <green><value> 1.0 </value></green>
- <blue><value> 1.0 </value></blue>
- <alpha><value> 0.1 </value></alpha>
- </color>
- <size>
- <value>0.10</value>
- </size>
- </start>
- <end>
- <color>
- <red><value> 1.00 </value></red>
- <green><value> 1.00 </value></green>
- <blue><value> 1.00 </value></blue>
- <alpha><value> 0.08 </value></alpha>
- </color>
- <size>
- <value>1.0</value>
- </size>
- </end>
- <life-sec>
- <value>0.3</value>
- </life-sec>
- <mass-kg>0.01</mass-kg>
- <radius-m>0.1</radius-m>
- </particle>
- <program>
- <fluid> air </fluid>
- <gravity> true </gravity>
- <wind> true </wind>
- </program>
- </particlesystem>
- </PropertyList>
|