Light maps only for static objects. Plus, it can bake shadow, lighting, global illumination, ambient occlusion etc. onto the light maps because it's pre-calculated. Shadow maps are only for dynamic/moving objects (you can use it for static objects, but you will get performance problems if there are many objects around) and…