rotor_particle_dry_L.xml 4.3 KB

1
  1. <?xml version="1.0" encoding="UTF-8"?> <PropertyList> <!-- == == --> <!-- == ROTOR PARTICLE DRY SYSTEMS == --> <!-- == LOW == --> <!-- Low GROUND rotor DIRT - particle system controled by engines--> <particlesystem> <name>dirt_02_dry_L</name> <texture>smoke_dirt_bright_128px.png</texture> <emissive>false</emissive> <lighting>false</lighting> <offsets> <x-m> 0.0</x-m> <y-m> 0.0</y-m> <z-m> 0.0</z-m> <roll-deg>90</roll-deg> </offsets> <attach>world</attach> <placer> <type>point</type> </placer> <condition> <!-- <property>gear/gear/ground-is-solid</property> --> <property>sim/multiplay/generic/int[6]</property> <not> <property>sim/model/rotor-particles</property> </not> <not> <property>sim/paused</property> </not> <not> <property>sim/crashed</property> </not> <less-than> <!-- <property>position/gear-agl-m</property> --> <property>sim/multiplay/generic/float[7]</property> <value>30</value> </less-than> <greater-than> <property>rotors/main/rpm</property> <value>50</value> <!-- <value>10000</value> --> </greater-than> </condition> <shooter> <theta-min-deg>0</theta-min-deg> <theta-max-deg>360</theta-max-deg> <phi-min-deg>-0.5</phi-min-deg> <phi-max-deg>3.2</phi-max-deg> <speed-mps> <!-- <property>rotors/main/torque</property> --> <property>sim/multiplay/generic/float[9]</property> <factor>1</factor> <interpolation> <entry><ind> 0.0 </ind><dep> 10.00 </dep></entry> <entry><ind> 100.0 </ind><dep> 20.00 </dep></entry> <entry><ind> 4000.0 </ind><dep> 50.00 </dep></entry> </interpolation> <spread>50</spread> </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>360</z-max-deg-sec> <z-min-deg-sec>-360</z-min-deg-sec> </rotation-speed> </shooter> <counter> <particles-per-sec> <!-- <property>position/gear-agl-m</property> --> <property>sim/multiplay/generic/float[7]</property> <interpolation> <entry><ind> 0.0 </ind><dep> 115.00 </dep></entry> <entry><ind> 15.0 </ind><dep> 15.00 </dep></entry> <entry><ind> 30.0 </ind><dep> 0.00 </dep></entry> </interpolation> </particles-per-sec> </counter> <align>billboard</align> <particle> <start> <color> <red> <value>0.95</value> </red> <green> <value>0.95</value> </green> <blue> <value>0.95</value> </blue> <alpha> <property>rotors/main/rpm</property> <factor>0.00004</factor> <max>0.02</max> </alpha> </color> <size> <value>0.4</value> </size> </start> <end> <color> <red> <value>1</value> </red> <green> <value>1</value> </green> <blue> <value>1</value> </blue> <alpha> <property>rotors/main/rpm</property> <factor>0.0002</factor> <max>0.01</max> </alpha> </color> <size> <!-- amount of Dust / end size of particle controlled by torque --> <!-- <property>rotors/main/torque</property> --> <property>sim/multiplay/generic/float[9]</property> <factor>1</factor> <interpolation> <entry><ind> 0.0 </ind><dep> 0.8 </dep></entry> <entry><ind> 400.0 </ind><dep> 1.8 </dep></entry> <entry><ind> 3000.0 </ind><dep> 3.1 </dep></entry> <entry><ind> 6000.0 </ind><dep> 5.2 </dep></entry> <entry><ind> 8000.0 </ind><dep> 7.0 </dep></entry> </interpolation> <spread>0.4</spread> </size> </end> <life-sec> <!-- <property>rotors/main/torque</property> --> <property>sim/multiplay/generic/float[9]</property> <factor>1</factor> <interpolation> <entry><ind> 0.0 </ind><dep> 0.60 </dep></entry> <entry><ind> 400.0 </ind><dep> 1.20 </dep></entry> <entry><ind> 3000.0 </ind><dep> 2.30 </dep></entry> <entry><ind> 6000.0 </ind><dep> 3.00 </dep></entry> </interpolation> </life-sec> <mass-kg>0.035</mass-kg> <radius-m>0.045</radius-m> </particle> <program> <fluid>air</fluid> <gravity>false</gravity> <wind>true</wind> </program> </particlesystem> </PropertyList>