Globe color Change between 1.52 and 1.51

Hey Cesium Team,

Does anyone know why the background shade on the globe has changed between these two versions? I am using openstreetmaps as my imagery provider.

here is a picture of the content. cesium 1.52 on the left and 1.51 on the right

I can provide code if needed

I believe that’s the new HDR which is turned on by default. You can read about all the changes in 1.52 here:

You can turn it off by:

viewer.scene.highDynamicRange = false;

``

Let me know if that works!