Game Development Community

Glow

by James Sun · in Torque Game Engine Advanced · 06/08/2004 (1:00 am) · 5 replies

Http://www.billyjr.com/tseOutofBound.jpg
I am getting this black flickering noise on orc's short when I glow it up. (it flickers because the ocr is moving. so it turns dark when ocr is at certain pose). I am suspecting the glow value went too high. All I did to the shader is to add a glow[0]=true.

#1
06/08/2004 (1:31 am)
What is the question?
#2
06/08/2004 (3:33 am)
Oops, my bad:P
I am wondering what is causing this rendering artifact, and what can be done to fix this issue
#3
06/08/2004 (9:32 am)
Could be aliasing in the glow texture, could be a black polygon getting rendered into the glow buffer, or something else...
#4
06/08/2004 (3:25 pm)
Could be any number of things. I'm pretty sure the glow gets clamped, or most of the stuff that glows would not work. Looks like maybe a zbuffer problem. Hard to say without seeing an animation.
#5
06/09/2004 (1:45 am)
Http://www.billyjr.com/TseArtifact.avi
Here is a clip, hope this helps you to identify the problem!