viewMode

The viewMode object gets and sets the navigation mode. It has the following member:

§  mode

mode

static mode : ViewMode

Gets and sets the ViewMode that determines the navigation mode:

§  _3D = 3
Allows full 3D navigation

§  _2D = 2
Forces the camera to always look straight down.

§  _2D_NORTH = 1
Forces the camera to always look straight down and North.

Example

TerraExplorer.navigate.viewMode.mode = TerraExplorer.ViewMode._2D;

 

Methods