glow_color
 
 
 

Syntax:

glow_color = <color>

Range:

Any floating point values.

Default:

(100,100,100)

Purpose:

To set the color and brightness for the glow effect. To create very bright glows, set the glow color high, for example(400,400,400). Setting the glow brightness on the shader should be used to set only the brightness relative to other shaders, whereas the glow_color should be used to set the overall brightness of the glow effect.

Comments:

This parameter may be texture mapped( a circular or radial ramp texture is particularily useful ). If this this texture mapped, then then texture will appear around glowing objects. The smaller the source of the glow, the more "focused" the image of the texture will appear. If the glow_eccentricity parameter is set to 1.0 then the full texture will be more visible.

Example:

glow_color = ( 300, 200, 100 )