Given that we precompute the lighting for a scene, does this happen on the user side or during development?
manuforo
I'm not sure. It seems like the data structure this might be done with is called a Lightmap, and tools like opengl and unity support the creation of these https://en.wikipedia.org/wiki/Lightmap
Given that we precompute the lighting for a scene, does this happen on the user side or during development?