<?xml version='1.0' encoding='UTF-8'?>

<library>  
  <textures>
    <texture name='snow.jpg'>
      <file>textures/snow.jpg</file>
    </texture>
  </textures>

  <materials>
    <material name="snow">
      <texture>snow.jpg</texture>
    </material>
  </materials>

  <meshfact name='partSphere'>
    <plugin>crystalspace.mesh.loader.factory.particles</plugin>
    <priority>alpha</priority>
    <ztest/>
    <params>
      <material>snow.jpg</material>
      <emitter type='point'>
        <time>1000000000</time>
        <force type='linear'>
          <direction y='0.0' x='0.0' z='0.0'/>
          <amount>0</amount>
          <range>1.0</range>
          <falloff>linear</falloff>
        </force>
      </emitter>
      <dampener>0.1</dampener>
      <mass>5.0</mass>
      <massvariation>2.5</massvariation>
      <pps>50</pps>
      <initial>0</initial>
      <diffusion>3.0</diffusion>
      <radius>0.40000000000</radius>
      <ttl>1</ttl>
      <timevariation>0.5</timevariation>
      <gravity y='0.0' x='0.0' z='0.0'/>
      <colormethod type='linear'>
        <gradient>
          <color blue='0' alpha='0' green='0.35' red='1'/>
          <color blue='0' alpha='0.1' green='0.32' red='1'/>
          <color blue='0' alpha='0.3' green='0.22' red='1'/>
          <color blue='0' alpha='0.8' green='0.12' red='0.8'/>
          <color blue='0' alpha='0.9' green='0' red='0.6'/>
          <color blue='0' alpha='0.97' green='0' red='0.4'/>
          <color blue='0' alpha='1' green='0' red='0.2'/>
          <color blue='0' alpha='1' green='0' red='0'/>
          <color blue='0' alpha='1' green='0' red='0'/>
        </gradient>
      </colormethod>
      <mixmode>
        <add/>
      </mixmode>
    </params>
  </meshfact>
</library>
 
