SceneMode

SceneMode()

Indicates if the scene is viewed in 3D, 2D, or 2.5D Columbus view.
See:

Members

staticconstantCesium.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.

staticconstantCesium.SceneMode.MORPHING : Number

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

staticconstantCesium.SceneMode.SCENE2D : Number

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

staticconstantCesium.SceneMode.SCENE3D : Number

3D mode. A traditional 3D perspective view of the globe.

Methods

staticCesium.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