Game Development Community

Lighting from outside

by Ka Wang Wu · in Torque Game Engine Advanced · 11/24/2007 (7:05 am) · 1 replies

So I have this building with windows. The windows are stained glass so you can't see outside. However the light outside would obviously shine through. Is it possible to make light shine in without needing to let the player see outside?

I could just put normal lights at the windows but then if the light changes outside I'd have to adjust the windows lights too.

#1
11/24/2007 (7:12 am)
You could place it as alpha detail brush in Constructor. That works.
You just need to add a portal then into that windows where the detail brush is to prevent portalling breaking in case you are using it.