| return false | return false | ||||
| } | } | ||||
| let now = Cesium.JulianDate.now() | let now = Cesium.JulianDate.now() | ||||
| if (Cesium.JulianDate.lessThan(now, this._endTime)) { | |||||
| if (Cesium.JulianDate.lessThanOrEquals(now, this._endTime)) { | |||||
| let p = this._sampledPosition.getValue(now) | let p = this._sampledPosition.getValue(now) | ||||
| this._pathPositions.push(p) | this._pathPositions.push(p) | ||||
| if (this._options.clampToTileset) { | if (this._options.clampToTileset) { |