The default color/texture of the globe appears to be a Navy/(0,0,128)/0x00080 color. Is there any kind of configuration option to change this? If not, is there a code or graphical asset change that can accomplish this? Thanks for the help!
Hi Nick,
If you want to change the color of the globe then you can use globe.baseColor property.
viewer.scene.globe.baseColor=Cesium.Color.BLACK;
Thanks,
Gowtham.
That worked great, thanks!