Odd glow based on size
by Stefan Lundmark · in Torque Game Engine Advanced · 11/15/2004 (2:37 pm) · 4 replies
I've encountered something that looks odd, at least to me. I'm not sure if it is a bug so I'll just post it here for the time being.
The image below shows a screenshot with two glow materials. Let's ignore the two "big glows" for a while we concentrate on the ones in the cieling.

You see, those up there are the same shaders. Eventho the one to the far right has a much more strong glow. My intention was to have a slight glow like the one in the central.. not like the one to the right.
Is it because the size of the central is larger and thus the glow get's "stretched" out? And getting more solid on the brush to the far right because it's smaller?
Is there a way to get past this? :)
The image below shows a screenshot with two glow materials. Let's ignore the two "big glows" for a while we concentrate on the ones in the cieling.

You see, those up there are the same shaders. Eventho the one to the far right has a much more strong glow. My intention was to have a slight glow like the one in the central.. not like the one to the right.
Is it because the size of the central is larger and thus the glow get's "stretched" out? And getting more solid on the brush to the far right because it's smaller?
Is there a way to get past this? :)
About the author
#2
Thanks Brian.
Edit: Ah, after dwelving trough material.ccp I think I can safely say there is no parameter which you can change to modify the appearance of the glow? Like color and strenght.
11/15/2004 (4:00 pm)
Ah, that did it. Now the glow is very strong though, I'll have to see if I can find a way to make it less solid.Thanks Brian.
Edit: Ah, after dwelving trough material.ccp I think I can safely say there is no parameter which you can change to modify the appearance of the glow? Like color and strenght.
#3
11/16/2004 (12:00 pm)
The glow color and strength is just whatever texture you are using, if you want it darker, make the texture darker. The glow shader does multiply the brightness by about 4x though, so make sure it's a LOT darker to see results.
#4
11/17/2004 (6:02 am)
Thanks again Brian.
Torque Owner Brian Ramage
Black Jacket Games
To get consistent glow results that aren't based on the lighting, make sure to set the emissive flag to be true for whatever stage of the material you are glowing.