| 
	
	
	
	 
   
		
            
             
				
            
          
		
		
				
		
				01-26-2003, 01:27 PM
			
			
			
		  
		
	
                
            	
		
		
		Here is my shader file can anyone help 
 
top_dave 
{ 
	qer_editorimage textures/top_dave.tga 
	{ 
		map textures/top_dave.tga 
		rgbGen lightingSpherical 
	} 
} 
 
dave_pants 
{ 
	qer_editorimage textures/dave_pants.tga 
	{ 
		map textures/dave_pants.tga 
		rgbGen lightingSpherical 
	} 
} 
cull_dave_pants 
{ 
	qer_editorimage textures/dave_pants.tga 
	cull none 
	{ 
		map textures/dave_pants.tga 
		rgbGen lightingSpherical 
	} 
} 
dave_hat 
{ 
	qer_editorimage textures/dave_hat.tga 
	{ 
		map textures/.tga 
		rgbGen lightingSpherical 
	} 
} 
		
	
		
		
		
		
		
	
	 |