Appearance
KBE3D / KBCore / Cesium / SceneMode
枚举: SceneMode
Indicates if the scene is viewed in 3D, 2D, or 2.5D Columbus view.
枚举成员
MORPHING
MORPHING:
0
Morphing between mode, e.g., 3D to 2D.
COLUMBUS_VIEW
COLUMBUS_VIEW:
1
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
SCENE2D:
2
2D mode. The map is viewed top-down with an orthographic projection.
SCENE3D
SCENE3D:
3
3D mode. A traditional 3D perspective view of the globe.
