About Store Forum Documentation Contact



Post Reply 
Ambient + light
Author Message
Houge Offline
Member

Post: #1
Ambient + light
Hello!

I have a problem:
I would like to turn off Ambient color to make lights from sun, moon and bonfires. To make night and caves/dungeons look really dark.

The problem is that if i switch off ambient i get completely dark shadows and places where sun do not shine (as seen on the screenshot below).

But if i switch on Ambient then caves and night gets too bright. Is there any way to combine Ambient effects (light diffusion) with sun/light rays?

[Image: ee_ambient.png]


P.S. i know that i can adjust Ambient color dynamically, but it's too complicated when having a lot of different areas.
(This post was last modified: 10-20-2014 07:00 PM by Houge.)
10-20-2014 06:35 PM
Visit this user's website Find all posts by this user Quote this message in a reply
AndrewBGS Offline
Member

Post: #2
RE: Ambient + light
I am very interested in finding a solution to this too.
My problem is finding a balance between shadow Fade and Frac so the mountains won't have that obvious strong shadow you can see in the left picture, but still have shadows for other objects in the game without zooming in on them too much. (like in the 2nd picture).
So I'm sure an answer to this post would help me a lot too.
10-20-2014 09:44 PM
Find all posts by this user Quote this message in a reply
Houge Offline
Member

Post: #3
RE: Ambient + light
Greg, is there anyting to do with it?
10-27-2014 09:49 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Tottel Offline
Member

Post: #4
RE: Ambient + light
Ambient light is used to simulate light bouncing around.
In real life, as long as you have a light, there will be light bouncing around, making everything a bit less dark.

So, I don't think that you should fully disable Ambient Light. In stead: put it very low, and reduce the amount of lights at night.

A better way of doing it, might be like the clouds in the day-night cycle: Change the colour depending on the time of day.
10-27-2014 12:09 PM
Find all posts by this user Quote this message in a reply
Houge Offline
Member

Post: #5
RE: Ambient + light
(10-27-2014 12:09 PM)Tottel Wrote:  A better way of doing it, might be like the clouds in the day-night cycle: Change the colour depending on the time of day.

Nice try but if it is day and I enter a cave that shall be dark (and lit only by torches) my cave will be very light because of Ambient, so I will also need to make a check if char is inside a cave/dungeon to adjust Ambient level.
10-27-2014 12:27 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Tottel Offline
Member

Post: #6
RE: Ambient + light
(10-27-2014 12:27 PM)Houge Wrote:  Nice try but if it is day and I enter a cave that shall be dark (and lit only by torches) my cave will be very light because of Ambient, so I will also need to make a check if char is inside a cave/dungeon to adjust Ambient level.

Good point.. Hmm.

It might be solvable by putting the ambient really low, and then placing multiple skylights (3-point lighting, like in rendering). One light is the sun, another light (shining from the opposite side) is acting as skylight. This light would soften the shadows a lot.

I haven't tried this at all, but maybe you can fake this by adding a huge cone light (directional would be a lot better).
10-27-2014 01:10 PM
Find all posts by this user Quote this message in a reply
Houge Offline
Member

Post: #7
RE: Ambient + light
(10-27-2014 01:10 PM)Tottel Wrote:  by putting the ambient really low, and then placing multiple skylights (3-point lighting, like in rendering). One light is the sun, another light (shining from the opposite side) is acting as skylight. This light would soften the shadows a lot.

And... I will have 3 shadows from 3 directions? smile

It's rather complicated and it won't solve all the issues...
(This post was last modified: 10-27-2014 01:16 PM by Houge.)
10-27-2014 01:15 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Tottel Offline
Member

Post: #8
RE: Ambient + light
Disable shadows on the 2nd light. pfft

But yes, it's an ugly solution.
10-27-2014 01:55 PM
Find all posts by this user Quote this message in a reply
AndrewBGS Offline
Member

Post: #9
RE: Ambient + light
I'm not sure if this is helpful, but here's what I do for caves:

I have my own kind of "trigger system" and when the player enters a cave he passes through a couple of invisible walls that tell the ambient light to go down or up, depending on the order the player passes through them (not brilliant, but works).

It's just a workaround, and not a great one. We need some diffuse light in the engine.
(This post was last modified: 10-27-2014 03:31 PM by AndrewBGS.)
10-27-2014 03:31 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #10
RE: Ambient + light
I believe the best way is to dynamically adjust ambient lighting based on player location (surrounding environment).
10-28-2014 12:36 AM
Find all posts by this user Quote this message in a reply
Houge Offline
Member

Post: #11
RE: Ambient + light
(10-28-2014 12:36 AM)Esenthel Wrote:  I believe the best way is to dynamically adjust ambient lighting based on player location (surrounding environment).

You think making light diffusion doesn't worth it?
10-28-2014 05:51 AM
Visit this user's website Find all posts by this user Quote this message in a reply
AndrewBGS Offline
Member

Post: #12
RE: Ambient + light
+1 on light diffusion, I think it's quite an important feature for an engine.
10-28-2014 09:13 AM
Find all posts by this user Quote this message in a reply
Post Reply