src/model/FrameAnimation.js @@ -118,7 +118,9 @@ if (this.isPause) { return; } if (index >= t.count) { // 绘制3D图形时,最少需要2个点才可绘制图形 // 因此此处索引只到倒数第二个点就结束 if (index >= t.count - 1) { this._endTask(this.intervalFlag); return; }