You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to show the image data of the moon.When I refer to the code #4245
var ellipsoid = Cesium.Ellipsoid.MOON;
var imagery = new Cesium.SingleTileImageryProvider({
ellipsoid: ellipsoid,
url: Cesium.buildModuleUrl('Assets/Textures/moonSmall.jpg')
});
var viewer = new Cesium.Viewer('cesiumContainer', {
mapProjection: new Cesium.GeographicProjection(ellipsoid),
imageryProvider: imagery,
selectionIndicator : false,
infoBox : false,
baseLayerPicker: false,
geocoder: false,
skyAtmosphere: false
});
3D can't be displayed. When I switch to 2D, the data can be displayed. But when I switch from 2D to 3D, the sphere display disappears. Does that happen when the ellipsoid definition value is too small? If the larger value in the defined Ellipsoid(Just like Jupiter's ellipsoid[ 'x': 71492000.0,'y':71492000.0, 'z': 66864000.0) can be displayed, how can I solve this problem?
(Cesium current version 1.59, when I used version 1.48, it showed normal.)
The text was updated successfully, but these errors were encountered:
wenjiangchun
changed the title
How to display cumtom ellipsoid data
How to display cumtom ellipsoid data in cesium current version(1.59)
Jul 15, 2019
wenjiangchun
changed the title
How to display cumtom ellipsoid data in cesium current version(1.59)
How to display custom ellipsoid data in cesium current version(1.59)
Jul 15, 2019
Hi, I want to show the image data of the moon.When I refer to the code #4245
3D can't be displayed. When I switch to 2D, the data can be displayed. But when I switch from 2D to 3D, the sphere display disappears. Does that happen when the ellipsoid definition value is too small? If the larger value in the defined Ellipsoid(Just like Jupiter's ellipsoid[ 'x': 71492000.0,'y':71492000.0, 'z': 66864000.0) can be displayed, how can I solve this problem?
(Cesium current version 1.59, when I used version 1.48, it showed normal.)
The text was updated successfully, but these errors were encountered: