The SceneModePicker is a single button widget for switching between scene modes;
shown to the left in its expanded state. Programatic switching of scene modes will
be automatically reflected in the widget as long as the specified Scene
is used to perform the change.
alias SceneModePicker
- {Element|String} container The DOM element or ID that will contain the widget.
- {Scene} scene The Scene instance to use.
- {Number} [duration=2.0] The time, in seconds, it takes for the scene to transition.
exception {DeveloperError} Element with id "container" does not exist in the document.
// In HTML head, include a link to the SceneModePicker.css stylesheet,
// and in the body, include:
// Note: This code assumes you already have a Scene instance.
var sceneModePicker = new Cesium.SceneModePicker('sceneModePickerContainer', scene);
The SceneModePicker is a single button widget for switching between scene modes; shown to the left in its expanded state. Programatic switching of scene modes will be automatically reflected in the widget as long as the specified Scene is used to perform the change.
alias SceneModePicker
- {Element|String} container The DOM element or ID that will contain the widget. - {Scene} scene The Scene instance to use. - {Number} [duration=2.0] The time, in seconds, it takes for the scene to transition.
exception {DeveloperError} Element with id "container" does not exist in the document.
// In HTML head, include a link to the SceneModePicker.css stylesheet, // and in the body, include: // Note: This code assumes you already have a Scene instance. var sceneModePicker = new Cesium.SceneModePicker('sceneModePickerContainer', scene);