

material portal_mat
{
	technique tech0
	{
		pass 0
		{
			scene_blend src_alpha one_minus_src_alpha
			
			vertex_program_ref raw/sh_portal_vs.txt
			{
			}
			fragment_program_ref raw/sh_portal_fs.txt
			{
			}
			texture_unit
			{
				texture raw/portal_done1.png num_mipmaps unlimited type PF_A8R8G8B8 gamma 0
			}		
		}
	}
}
