Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed May 25, 2020
1 parent d568bb0 commit e4b350a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/viewer/scene/CameraControl/CameraControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ class CameraControl extends Component {
/**
* Sets the dolly inertia factor.
*
* This factor configures how much the {@link Camera} keeps moving after you finish dollying it
* This factor configures how much the {@link Camera} keeps moving after you finish dollying it.
*
* This factor is a value in range ````[0..1]````. A value of ````0.0```` causes dollying to immediately stop,
* ````0.5```` causes dollying to decay 50% on each animation frame, while ````1.0```` causes no decay, which allows dollying
Expand Down Expand Up @@ -1116,7 +1116,7 @@ class CameraControl extends Component {
/**
* Sets the pan inertia factor.
*
* This factor configures how much the {@link Camera} keeps moving after you finish panning it
* This factor configures how much the {@link Camera} keeps moving after you finish panning it.
*
* This factor is a value in range ````[0..1]````. A value of ````0.0```` causes panning to immediately stop,
* ````0.5```` causes panning to decay 50% on each animation frame, while ````1.0```` causes no decay, which allows panning
Expand Down

0 comments on commit e4b350a

Please sign in to comment.