I use example https://cesiumjs.org/Cesium/Build/Apps/Sandcastle/?src=Google%20Earth%20Enterprise.html&label=Beginner
var geeMetadata = new Cesium.GoogleEarthEnterpriseMetadata(new Cesium.Resource({
url : ‘http://www.earthenterprise.org/3d’,
proxy : new Cesium.DefaultProxy(’/proxy/’)
}));
but, its not diplay earth , why ?
which url is able to display earth ?
Is not supoort google earth enterprice server ?