

textures/darkmod/volta/manbeast_head01
{
    flesh
    noselfshadow
    
diffusemap models/md5/chars/creatures/manbeast/manbeast_head01
//bumpmap models/md5/chars/creatures/manbeast/manbeast_head01_local
specularmap models/md5/chars/creatures/manbeast/manbeast_head01_s
qer_editorimage   models/md5/chars/creatures/manbeast/manbeast_head01_ed

//eye glow

	{ 	blend	add
        map   models/md5/chars/creatures/manbeast/manbeast_head01_eyeglow
		rgb 0.4

	}
	
	{
        if ( parm11 > 0 )
        blend       gl_dst_color, gl_one
        map         _white
        rgb         0.40 * parm11
    }
    {
        if ( parm11 > 0 )
        blend       add
        map         models/md5/chars/creatures/manbeast/manbeast_head01
        rgb         0.15 * parm11
    }

	// TDM Ambient Method Related 
	{							
		if (global5 == 1)		
		blend add				
		map				models/md5/chars/creatures/manbeast/manbeast_head01
		scale			1, 1		
		red				global2	
		green			global3	
		blue			global4	
	}							

}