textures/ut4_tiki/purpleneb2
{
	qer_editorimage textures/ut4_tiki/purpleneb2.jpg
        surfaceparm nodamage
    {
        map textures/ut4_tiki/purpleneb2.jpg
    }
    {
        map $lightmap
        blendFunc GL_DST_COLOR GL_ONE_MINUS_DST_ALPHA
        rgbGen identity
    }
    {
        map textures/ut4_tiki/purplestartint.tga
        tcgen environment
		blendFunc GL_ONE GL_ONE
    }
}
textures/ut4_tiki/blueredneb1
{
	qer_editorimage textures/ut4_tiki/blueredneb1.jpg
        surfaceparm nodamage
    {
        map textures/ut4_tiki/blueredneb1.jpg
    }
    {
        map $lightmap
        blendFunc GL_DST_COLOR GL_ONE_MINUS_DST_ALPHA
        rgbGen identity
    }
    {
        map textures/ut4_tiki/purplestartint.tga
        tcgen environment
		blendFunc GL_ONE GL_ONE
    }
}
textures/ut4_tiki/Snowrockwater
{
		qer_editorimage textures/ut4_tiki/Snowrock.jpg
		qer_trans .5
		q3map_globaltexture
		surfaceparm trans
		surfaceparm nonsolid
		surfaceparm water
		cull disable
		deformVertexes wave 64 sin .5 .5 0 .5	
		
		{ 
			map textures/ut4_tiki/Snowrock.jpg
			blendFunc GL_dst_color GL_one
			rgbgen identity
			tcmod scale .5 .5
			tcmod transform 1.5 0 1.5 1 1 2
			tcmod scroll -.05 .001
		}
	
		{ 
			map textures/ut4_tiki/startint.tga
			blendFunc GL_dst_color GL_one
			rgbgen identity
			tcmod scale .5 .5
			tcmod transform 0 1.5 1 1.5 2 1
			tcmod scroll .025 -.001
		}

		{ 
			map textures/ut4_tiki/Snowrock.jpg
			blendFunc GL_dst_color GL_one
			rgbgen identity
			tcmod scale .25 .5
			tcmod scroll .001 .025
		}
	
		{
			map $lightmap
			blendFunc GL_dst_color GL_zero
			rgbgen identity		
		}
	

}
//textures/ut4_tiki/Snowrockfog
//{
//        qer_editorimage textures/ut4_tiki/Snowrock.jpg
//        qer_trans 0.7
//        surfaceparm nonsolid
//        surfaceparm fog
//        surfaceparm trans
//        q3map_bouncescale 0
//        q3map_tessSize 128
//        deformVertexes wave 1024 sin 0 20 0.5 0.2
//
//        fogparms ( .1 0 0 ) 1000
//        {
//                map textures/ut4_tiki/Snowrock.jpg
//                rgbGen identity
//                blendFunc blend
//        }
//}