VRButtonViewModel

new SuperMap3D.VRButtonViewModel(scene, vrElement)

The view model for VRButton.
Name Type Default Description
scene Scene The scene.
vrElement Element | String document.body optional The element or id to be placed into VR mode.

Members

command : Command

Gets the Command to toggle VR mode.

isVREnabled : Boolean

Gets or sets whether or not VR functionality should be enabled.
See:

isVRMode : Boolean

Gets whether or not VR mode is active.

tooltip : String

Gets the tooltip. This property is observable.

vrElement : Element

Gets or sets the HTML element to place into VR mode when the corresponding button is pressed.

Methods

destroy()

Destroys the view model. Should be called to properly clean up the view model when it is no longer needed.

isDestroyed()Boolean

Returns:
true if the object has been destroyed, false otherwise.