Page 1 of 1

Lighting Terrain?

Posted: 2010-09-18, 15:11
by Drak
I'm assuming the terrain isn't taken into account when the map compile tool(s) are executed. The terrain is always the same "brightness" or "color". Lights have no effect on them. Would this be difficult to implement? Instead of the pre-backed lighting from CaLight - would it would be easier to do it within the game engine itself? I was originally creating an outdoor (night-time) area, but I can't tone the light down for the terrain.

Re: Lighting Terrain?

Posted: 2010-09-19, 12:01
by bigjj13
Hi,

you can change the colour of the terrain with different skys.

If you want to see the illuminated map you will have to run CALight when compiling.

Sincerely

Re: Lighting Terrain?

Posted: 2010-09-20, 13:48
by Kai
You can also use external tools to bake in the light and color information into the texture.
Currently there is not yet a support for dynamic lights/shadows due to the nature of stencil shadows.

This would change when implementing shadowmaps is on the move. As far as i know its on the list but priority is set on on the world and model/shader editor so far.