Hi, I’m just starting with UE4 (and my 3D knowledge is basic), and there are some terms that I get lost when watching tutorials, for example, sometimes people talk about baking the lighting, like if it provides an advantage over dynamic lighting. I assume it means that the lighting is precalculated and it wont change later, however, I’m not sure that’s correct.
So, in other words, what does it mean to bake/cook the lighting?, what does it do?.
You got it right. Baking lighting means precalculate the static global illumination which then doesn’t change in runtime. It’s also possible to use fully dynamic lighting and avoid baking completely.
You can have both static and dynamic lights in the level. When you bake the lighting your static and stationary lights are backed but dynamic ones such as cycling sun don’t.