Skip to content
Snippets Groups Projects
Select Git revision
  • 6c4732b6f8d65aa6b9d28af234d98e6f8eeedd2d
  • main default protected
2 results

CarSharingSystem.mo

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
          }
        }
      }
    }