Browse Source

remove the change speed

tags/2.15.0
Caven Chen 3 years ago
parent
commit
c821841d9d
1 changed files with 9 additions and 9 deletions
  1. 9
    9
      modules/history-track/TrackController.js

+ 9
- 9
modules/history-track/TrackController.js View File

@@ -168,15 +168,15 @@ class TrackController {
return this
}

/**
*
* @param speed
* @returns {TrackController}
*/
changeSpeed(speed) {
this._viewer.clock.multiplier = speed
return this
}
// /**
// *
// * @param speed
// * @returns {TrackController}
// */
// changeSpeed(speed) {
// this._viewer.clock.multiplier = speed
// return this
// }

/**
*

Loading…
Cancel
Save