Page 1 of 1

Shaders?

Posted: Tue Jan 31, 2006 10:35 am
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?

Posted: Tue Jan 31, 2006 2:08 pm
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.