Skip to content

Commit

Permalink
doc(GlobeControl): update class constructor doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mgermerie authored and gchoqueux committed Jan 22, 2021
1 parent cc2385c commit 6fb3d28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Controls/GlobeControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,9 @@ let previous;
*
* @class GlobeControls
* @param {GlobeView} view the view where the control will be used
* @param {CameraTransformOptions} targetCoordinate the target looked by camera, at initialization
* @param {number} range distance between the target looked and camera, at initialization
* @param {object} placement
* @param {Coordinates} placement.targetCoordinate the target looked by camera, at initialization
* @param {number} placement.range distance between the target looked and camera, at initialization
* @param {object} options
* @param {number} options.zoomSpeed Speed zoom with mouse
* @param {number} options.rotateSpeed Speed camera rotation in orbit and panoramic mode
Expand Down

0 comments on commit 6fb3d28

Please # to comment.