12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?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[8]</property>
- <value>260</value>
- </greater-than>
- <less-than>
- <!-- position/altitude-ft -->
- <property>sim/multiplay/generic/float[3]</property>
- <value>8000</value>
- </less-than>
- </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[8]</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>
|