voldemort@Posted: Sat Aug 05, 2006 5:40 am :
tutorial(tip) multiple aphatest stages
painless quick and easy if your having problems using multiple alphatests try
alphazeroclamp here is a sample mtr to show how
Code:
textures/exhale3/test/gear_combiner
{
   
      {
      blend blend
      map textures/learning/gear2.tga
      alphazeroclamp
      centerscale 2.05, 2.05
      rotate time *0.5
      
      
   }
   {
      blend blend
      map textures/learning/gear2.tga
      rotate time *-0.5
      alphazeroclamp
      scale 2.05, 2.05
   }
   
   {
      blend blend
      map textures/learning/gear_arm.tga
      translate -0.9, 0
      
      scale 2, 16
            alphazeroclamp
   
   }
      
   


}