|
Will Unity 3 be able to bake shadows & deferred lightning from imported objects on terrain? :D
(comments are locked)
|
|
Unity 3 can bake light maps for the terrain, and it takes all other objects into account as long as they are marked as "static". Deferred lighting only applies to dynamic lights, and is available on all objects depending on the shader they use. does your answer include deferred lightning from ohter objects/shaders on the terrain? =)
Jul 21 '10 at 08:21 AM
SOIL
You should probably read about deferred lighting, because it sounds like you're a bit confused. Deferred lighting is a method for rendering real-time lighting. Basically, it's faster in a lot of cases than forward rendering which is what Unity uses now. It doesn't matter whether you use it for imported objects or not.
Jul 21 '10 at 11:54 AM
Daniel Brauer
if you're thinking of emissive objects - then yeah, you can have your emissive objects casting light onto the terrain and other objects
Jul 21 '10 at 06:33 PM
Mike 3
(comments are locked)
|
