Show Preview
Show Cesium Code
Show Google Earth Code
For Google Earth Developers
All Google Earth examples
Additional Resources
Tutorials
Cesium Sandcastle
Reference Documentation
Show
Hide
Relevant Cesium Source
Relevant Google Earth Source (
link
)
function showSun() { ge.getSun().setVisibility(true); } function hideSun() { ge.getSun().setVisibility(false); }