Skip to content
Snippets Groups Projects
Select Git revision
  • 1bb3837a9713b4124114bc4f58b9c2ab51d11592
  • noetic/main default protected
  • melodic/main
3 results

box.material

Blame
  • box.material 346 B
    
    material Zone/DarkMagentaTransparent
    {
      technique
      {
        pass
        {
          scene_blend alpha_blend
          depth_write off
    
          ambient 0.6 0.0 0.6 1
          diffuse 0.6 0.0 0.6 1
    
          texture_unit
          {
            colour_op_ex source1 src_current src_current 0.6 0 0.6
            alpha_op_ex source1 src_manual src_current 0.5
          }
        }
      }
    }