Optimize|Client: Defer initialization of Bias surface and vertex data
If the Bias lighting model is not enabled it is a waste of time and resources to initialize the surface and vertex illumination data for the map. Now this data is prepared JIT for rendering if 'rend-bias' is enabled.
Optimize|Client: Defer initialization of Bias surface and vertex data
If the Bias lighting model is not enabled it is a waste of time and
resources to initialize the surface and vertex illumination data for
the map. Now this data is prepared JIT for rendering if 'rend-bias'
is enabled.