This page is under construction
Archives/bf1942/levels/maps - no documentation/Barbarossa.rfa
bf1942/levels/Barbarossa/Objects/Hanomag-B/Art/Hanomag_Whe1R_M1.rs
shader "Material0"
{
   technique
   {
   transparent true;
   pass
      {
   lighting true;
   lightingSpecular true;
   materialAmbient 1 1 1;
   materialDiffuse 1 1 1;
   materialSpecular 0 0 0;
   materialSpecularPower 12.5;
   alphaTest greater 0.7;

   stage
         {
   texture "texture/HanWh5_f";
   combine color mul texture diffuse;
   combine alpha single texture;
         }
      }
   }
}

shader "Material1"
{
   technique
   {
   transparent true;
   pass
      {
   lighting true;
   lightingSpecular true;
   materialAmbient 1 1 1;
   materialDiffuse 1 1 1;
   materialSpecular 0 0 0;
   materialSpecularPower 12.5;
   alphaTest greater 0.7;

   stage
         {
   texture "texture/HanWh6_f";
   combine color mul texture diffuse;
   combine alpha single texture;
         }
      }
   }
}

shader "Material2"
{
   technique
   {
   transparent true;
   pass
      {
   cullMode none;
   lighting true;
   lightingSpecular true;
   materialAmbient 1 1 1;
   materialDiffuse 1 1 1;
   materialSpecular 0 0 0;
   materialSpecularPower 12.5;
   alphaTest greater 0.7;

   stage
         {
   texture "texture/HanWh6_f";
   combine color mul texture diffuse;
   combine alpha single texture;
         }
      }
   }
}