About Store Forum Documentation Contact



Post Reply 
Glow affected by lights and fog.
Author Message
georgatos7 Offline
Member

Post: #1
Glow affected by lights and fog.
Hi, i'm experimenting with the built-in glow (along with my pp shader) and i'm having this nice little model i found but i've seen that the glow is affected by things like Ambient light intensity, ambient color and also Fog color.

[Image: glow_prob.png]

Is there a way to actually have glow as a texture and not a separate material, glowing in pitch black or being unaffected by the ambient light color or even fog?
01-15-2015 12:55 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Glow affected by lights and fog.
Hi,

Glow is a post process effect that operates on the final screen texture.

You would need to have the source, and make the glow run at a different rendering stage, and separate it from bloom shader.
01-23-2015 09:19 AM
Find all posts by this user Quote this message in a reply
georgatos7 Offline
Member

Post: #3
RE: Glow affected by lights and fog.
Ok, thank you Esenthel. I guess having glow as a seperate material with full ambient values will be the way to go, this at least deals with the pitch black case which was my main issue.
(This post was last modified: 01-23-2015 09:38 PM by georgatos7.)
01-23-2015 03:44 PM
Find all posts by this user Quote this message in a reply
Post Reply