Is there a way to disable the point light coming from the sun in a Cesium scene so that the lighting remains even over day-night cycles?
An example of the lighting change that I'm talking about can be seen in this gif: https://cesiumjs.org/images/blogs/IntroducingAmbientOcclusion/day-and-night.gif. You can see the buildings change color with the day-night cycle, because of the lighting difference (the ambient occlusion difference doesn't matter). When you have models that are colored to visualize some value over time this lighting change can make the interpretation confusing.
I have tried changing Globe.enableLighting but this does not seem to have any affect.
Any help/insights would be much appreciated!
Thanks!