2024-03-29, 12:39 *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
Pages: [1]
  Print  
Author Topic: Shader Error  (Read 4866 times)
0 Members and 1 Guest are viewing this topic.
Devlar
 
Makron
********
Posts: 398

WWW
« on: 2004-02-13, 07:33 »



Anyone know how I can fix the white light turning grey and blurring?
Logged
Phoenix
Bird of Fire
 

Team Member
Elite (7.5k+)
*********
Posts: 8805

WWW
« Reply #1 on: 2004-02-13, 09:00 »

It looks like improper alpha handling in the renderer.  Q3 can be a pain when dealing with alpha channels.  Are you using a "blendFunc blend" or "blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA" shader keyword?  You might try using "alphaFunc LE128" and alpha channel the texture instead of using alpha blending.  That will hard-edge the texture instead of blending it.  You might also try using "clampmap" instead of "map" on the texture call to fix the texture coords.  If none of that works I'd try changing the image to a .tga or maybe even resizing it.
Logged


I fly into the night, on wings of fire burning bright...
Devlar
 
Makron
********
Posts: 398

WWW
« Reply #2 on: 2004-02-15, 23:38 »

Found the answer, it just needed nomip map, thanks for trying to help though
Logged
Pages: [1]
  Print  
 
Jump to: