Shaders?

Discussion for ET Players

Moderators: Forum moderators, developers

Post Reply
ogrec
Posts: 80
Joined: Tue Oct 26, 2004 10:56 am

Shaders?

Post by ogrec »

Code: Select all

{
        nocompress
        nomipmaps
        nopicmip
	{
		// image filename
		map gfx/2d/crosshaira.tga
		blendFunc blend
		rgbGen vertex
		alphaGen vertex
	}
}
Can someone tell me what can i change nopcimip/compress/mipmaps and vertex/blend with (and what does each cmd do)? And do shaders work only when i server?
User avatar
WeblionX
Posts: 762
Joined: Sun Sep 08, 2002 1:03 pm
Contact:

Post by WeblionX »

Shaders are client side. I suggest looking at the shader manual. You can get it from the GTK Radiant website, or locally if you install it.
Got any old idtech3 tutorials you made or saved? Send them my way.
Post Reply