Otherwise, the accumulation of files into larger worlds would produce unscalable results (as each added world produces global effects on all other worlds).
-
For example, light sources have the potential of global effect since light energy theoretically does not dissipate to zero.
-
And, if the earth file contains 100 city files each containing 100 lights each affecting all objects in the world, the lighting calculations would quickly become intractable.
-
Therefore, in order to prevent global effects, light source objects are scoped by either a maximum radius or by location within the file.
|