SceneMode

Indicates if the scene is viewed in 3D, 2D, or 2.5D Columbus view.
Properties:
Name Type Description
MORPHING number Morphing between mode, e.g., 3D to 2D.
COLUMBUS_VIEW number Columbus View mode. A 2.5D perspective view where the map is laid out flat and objects with non-zero height are drawn above it.
SCENE2D number 2D mode. The map is viewed top-down with an orthographic projection.
SCENE3D number 3D mode. A traditional 3D perspective view of the globe.
See:

Members

static constant Cesium.SceneMode.COLUMBUS_VIEW : number

Columbus View mode. A 2.5D perspective view where the map is laid out flat and objects with non-zero height are drawn above it.
Default Value: 1

static constant Cesium.SceneMode.MORPHING : number

Morphing between mode, e.g., 3D to 2D.

static constant Cesium.SceneMode.SCENE2D : number

2D mode. The map is viewed top-down with an orthographic projection.
Default Value: 2

static constant Cesium.SceneMode.SCENE3D : number

3D mode. A traditional 3D perspective view of the globe.
Default Value: 3

Methods

static Cesium.SceneMode.getMorphTime(value)number

Returns the morph time for the given scene mode.
Name Type Description
value SceneMode The scene mode
Returns:
The morph time
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.