ExhibitionElementOrbitViewModel

ExhibitionElementOrbitViewModel

This model defines the orbit view around an artwork

Constructor

new ExhibitionElementOrbitViewModel(data)

Source:
Parameters:
Name Type Description
data Object

Filled with data loaded in ExhibitionProvider#load

Members

center :THREE.Vector3

Description:
  • Center of the orbit view

Source:

Center of the orbit view

Type:
  • THREE.Vector3

distance :number

Description:
  • Default distance by entering the orbit view

Source:

Default distance by entering the orbit view

Type:
  • number

limitAzimuth :Range

Description:
  • Range in which the azimuth angle can be changed in the orbit view

Source:

Range in which the azimuth angle can be changed in the orbit view

Type:
  • Range

limitDistance :Range

Description:
  • Range in which the distance/zoom can be changed in the orbit view

Source:

Range in which the distance/zoom can be changed in the orbit view

Type:
  • Range

limitPolar

Description:
  • Range in which the polar angle can be changed in the orbit view type {Range}

Source:

Range in which the polar angle can be changed in the orbit view type {Range}