<library>

  <plugins>
    <plugin name='skeletonfact'>crystalspace.mesh.loader.factory.skeleton</plugin>
    <plugin name='animeshfact'>crystalspace.mesh.loader.factory.animesh</plugin>
  </plugins>
	
  <textures>
    <texture name='cat_diffuse.jpg'>
      <file>textures/cat_diffuse.jpg</file>
    </texture>
    
    <texture name='catscratch_ice.png'>
          <file>textures/ice.png</file>
    </texture>
    
    <texture name='BUMPcat_normals.jpg'>
      <file>textures/cat_normals.jpg</file>
      <class>normalmap</class>
    </texture>
  </textures>
  
  <materials>
      <material name='cat_diffuse.jpg'>
        <texture>cat_diffuse.jpg</texture>
        <shadervar type='texture' name='tex normal'>BUMPcat_normals.jpg</shadervar>
    </material>
    
    <material name='catscratch-ice'>
          <texture>catscratch_ice.png</texture>
          <shadervar type='texture' name='tex normal'>BUMPcat_normals.jpg</shadervar>
          <shadervar name="specular" type="vector4">0.9, 0.9, 1, 1</shadervar>
          <shadervar name="light 0 diffuse" type="vector4">0.9, 0.9, 1, 1</shadervar>
    </material>
    
  </materials>
  
  
  <library>factories/skelArmature</library>
  <library>factories/catscratch</library>

</library>
