This page is under construction
archives/bf1942/levels/fht_juno_beach-1944.rfa
bf1942/levels/fht_juno_beach-1944/Objects/Hanomag/Art/Hanomag_Whe2R_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/HanWh2_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/HanWh1_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/HanWh2_f";
   combine color mul texture diffuse;
   combine alpha single texture;
         }
      }
   }
}