Explorar el Código

remove the change speed

tags/2.15.0
Caven Chen hace 3 años
padre
commit
c821841d9d
Se han modificado 1 ficheros con 9 adiciones y 9 borrados
  1. 9
    9
      modules/history-track/TrackController.js

+ 9
- 9
modules/history-track/TrackController.js Ver fichero

return this 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
// }


/** /**
* *

Cargando…
Cancelar
Guardar