Advertisement
hamzaalloush

D_Class_IRB.xml

Feb 15th, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.98 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2.  
  3. <PropertyList>
  4.  
  5.  <path>D_Class_IRB.ac</path>
  6.  
  7.  <animation>
  8.   <type>range</type>
  9.   <min-m>0</min-m>
  10.   <max-m>16000</max-m>
  11.  </animation>
  12.  
  13. <animation>
  14.   <type>rotate</type>
  15.     <property>/sim/time/elapsed-sec</property>
  16.   <factor>8.0</factor>
  17.   <center>
  18.    <x-m>0.0</x-m>
  19.    <y-m>100.0</y-m>
  20.    <z-m>0.0</z-m>
  21.   </center>
  22.   <axis>
  23.    <x>0</x>
  24.    <y>0</y>
  25.    <z>-1</z>
  26.   </axis>
  27. </animation>
  28.  
  29. <particlesystem>
  30.     <name>bowwave</name>
  31.  
  32.     <texture>D_Class_IRB3.png</texture>
  33.     <emissive>false</emissive>
  34.     <lighting>true</lighting>
  35.  
  36.     <attach>world</attach>
  37.        
  38.     <align>billboard</align>
  39.  
  40.     <placer>
  41. <type>sector</type>
  42.  
  43. </placer>
  44.  
  45.     <counter>
  46.       <particles-per-sec>
  47.         <value>200</value>
  48.         <spread>10</spread>
  49.       </particles-per-sec>
  50.     </counter>
  51.        
  52.     <particle>
  53.       <start>
  54.         <color>
  55.           <red>
  56.             <value>1.0</value>
  57.           </red>
  58.           <green>
  59.             <value>1.0</value>
  60.           </green>
  61.           <blue>
  62.             <value>1.0</value>
  63.           </blue>
  64.           <alpha>
  65.             <value>0.5</value>
  66.           </alpha>
  67.         </color>
  68.         <size>
  69.           <value>0.1</value>
  70.         </size>
  71.       </start>
  72.  
  73.       <end>
  74.         <color>
  75.           <red>
  76.             <value>1.0</value>
  77.           </red>
  78.           <green>
  79.             <value>1.0</value>
  80.           </green>
  81.           <blue>
  82.             <value>1.0</value>
  83.           </blue>
  84.           <alpha>
  85.             <value>1.0</value>
  86.           </alpha>
  87.         </color>
  88.         <size>
  89.           <value>0.4</value>
  90.         </size>
  91.       </end>
  92.  
  93.       <life-sec>
  94.         <value>3.0</value>
  95.       </life-sec>
  96.  
  97.       <mass-kg>6</mass-kg>
  98.       <radius-m>6</radius-m>
  99.     </particle>
  100.        
  101.     <program>
  102.       <fluid>water</fluid>
  103.       <gravity>false</gravity>
  104.       <wind>false</wind>
  105.     </program>
  106.    
  107.  
  108.   </particlesystem>
  109.  
  110.  
  111. </PropertyList>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement