CVS: data/Aircraft/F-106-dart/Models/effects continous_smoke.png, NONE, 1.1 noise3.png, NONE, 1.1 smoke.png, NONE, 1.1 smoke.xml, NONE, 1.1 tiptrail.xml, NONE, 1.1 trail.xml, NONE, 1.1

Emmanuel Baranger <[email protected]> Sat, 10 Apr 2010 18:02:28 -0500
Newsgroups gmane.games.flightgear.cvc
Message-ID <[email protected]>
Update of /var/cvs/FlightGear-0.9/data/Aircraft/F-106-dart/Models/effects
In directory baron.flightgear.org:/tmp/cvs-serv29804/Models/effects

Added Files:
	continous_smoke.png noise3.png smoke.png smoke.xml 
	tiptrail.xml trail.xml 
Log Message:
- update FDM (thanks to Melchior for the YASim_import script)

--- NEW BINARY FILE "continous_smoke.png" ---

--- NEW BINARY FILE "noise3.png" ---

--- NEW BINARY FILE "smoke.png" ---

--- NEW FILE "smoke.xml" ---
<?xml version="1.0" encoding="UTF-8"?>

<PropertyList>

  <particlesystem>
    <name>smoke</name>
    <texture>noise3.png</texture>

    <emissive>false</emissive>
    <lighting>true</lighting>

    <condition>
      <and>
        <greater-than>
          <property>/engines/engine[0]/n2</property>
          <value>50</value>
        </greater-than>
        <less-than>
          <property>/position/altitude-ft</property>
          <value>3000</value>
        </less-than>
      </and>
    </condition>

    <attach>world</attach>

    <placer>
      <type>point</type>
    </placer>

    <shooter>
      <theta-min-deg>84</theta-min-deg>
      <theta-max-deg>86</theta-max-deg>
      <phi-min-deg>-1.5</phi-min-deg>
      <phi-max-deg>1.5</phi-max-deg>
      <speed-mps>
        <property>engines/engine/n1</property>
        <factor>5</factor>
      </speed-mps>
      <rotation-speed>
        <x-min-deg-sec>0</x-min-deg-sec>
        <y-min-deg-sec>0</y-min-deg-sec>
        <z-min-deg-sec>0</z-min-deg-sec>
        <x-max-deg-sec>0</x-max-deg-sec>
        <y-max-deg-sec>0</y-max-deg-sec>
        <z-max-deg-sec>0</z-max-deg-sec>
      </rotation-speed>
    </shooter>

    <counter>
      <particles-per-sec>
        <property>engines/engine/n1</property>
        <factor>1</factor>
        <spread>20</spread>
      </particles-per-sec>
    </counter>

    <align>billboard</align>

    <particle>
      <start>
        <color>
          <red><value>   0.980 </value></red>
          <green><value> 0.970 </value></green>
          <blue><value>  0.950 </value></blue>
          <alpha><value> 0.025 </value></alpha>
        </color>
        <size>
          <value>0.75</value>
        </size>
      </start>

      <end>
        <color>
          <red><value>   0.9500 </value></red>
          <green><value> 0.9500 </value></green>
          <blue><value>  0.9500 </value></blue>
          <alpha><value> 0.0125 </value></alpha>
        </color>
        <size>
          <value>7.5</value>
        </size>
      </end>

      <life-sec>
        <value>5.0</value>
      </life-sec>

      <mass-kg>0.05</mass-kg>
      <radius-m>0.3</radius-m>
    </particle>

    <program>
      <fluid>   air  </fluid>
      <gravity> true </gravity>
      <wind>    true </wind>
    </program>

  </particlesystem>

</PropertyList>

--- NEW FILE "tiptrail.xml" ---
<?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>/environment/relative-humidity</property>
          <value>98</value>
        </greater-than>
        <greater-than>
          <property>/environment/temperature-degc</property>
          <value>0</value>
        </greater-than>
        <greater-than>
          <property>velocities/airspeed-kt</property>
          <value>180</value>
        </greater-than>
        <or>
          <or>
            <less-than>
              <property>surface-positions/left-aileron-pos-norm</property>
              <value>-0.01</value>
            </less-than>
            <greater-than>
              <property>surface-positions/left-aileron-pos-norm</property>
              <value>0.01</value>
            </greater-than>
          </or>
          <or>
            <less-than>
              <property>surface-positions/left-elevator-pos-norm</property>
              <value>-0.01</value>
            </less-than>
            <greater-than>
              <property>surface-positions/left-elevator-pos-norm</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>/velocities/airspeed-kt</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>

--- NEW FILE "trail.xml" ---
<?xml version="1.0" encoding="UTF-8"?>

<PropertyList>

  <particlesystem>
    <name>TrailL</name>
    <texture>smoke.png</texture>

    <emissive type="bool">false</emissive>
    <lighting type="bool">false</lighting>
    <pass>true</pass>

    <condition>
      <and>
        <greater-than>
          <property>/engines/engine[0]/n2</property>
          <value>50</value>
        </greater-than>
        <greater-than>
          <property>/position/altitude-ft</property>
          <value>3000</value>
        </greater-than>
      </and>
    </condition>

    <attach>world</attach>

    <placer>
      <type>point</type> 
    </placer>

    <shooter>
      <theta-min-deg>-1.5</theta-min-deg>
      <theta-max-deg>1.5</theta-max-deg>
      <phi-min-deg>-1.5</phi-min-deg>
      <phi-max-deg>1.5</phi-max-deg>
      <speed-mps>
        <value>0</value>
        <spread>0</spread>
      </speed-mps>
      <rotation-speed>
        <x-min-deg-sec>0</x-min-deg-sec>
        <y-min-deg-sec>0</y-min-deg-sec>
        <z-min-deg-sec>0</z-min-deg-sec>
        <x-max-deg-sec>0</x-max-deg-sec>
        <y-max-deg-sec>0</y-max-deg-sec>
        <z-max-deg-sec>0</z-max-deg-sec>
      </rotation-speed>
    </shooter>

    <counter>
      <particles-per-sec>
        <value>35</value>
        <spread>0</spread>
      </particles-per-sec>
    </counter>
      
    <align>billboard</align>

    <particle>
      <start>
        <color>
          <red><value>   0.7 </value></red>
          <green><value> 0.7 </value></green>
          <blue><value>  0.7 </value></blue>
          <alpha><value> 0.3 </value></alpha>
        </color>
        <size>
          <value>0.25</value>
        </size>
      </start>

      <end>
        <color>
          <red><value>   1.0 </value></red>
          <green><value> 1.0 </value></green>
          <blue><value>  1.0 </value></blue>
          <alpha><value> 1.0 </value></alpha>
        </color>
        <size>
          <value>4</value>
        </size>
      </end>

      <life-sec>
        <value>10</value>
      </life-sec>
        
      <mass-kg>  0.5 </mass-kg>
      <radius-m> 0.5 </radius-m>
    </particle>

    <program>
      <fluid>               air  </fluid>
      <gravity type="bool"> true </gravity>
      <wind typ="bool">     true </wind>
    </program>

  </particlesystem>

</PropertyList>



------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev