|
@@ -556,7 +556,7 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
|
|
|
// console.log('path-update-index', isLastFrameIndex);
|
|
|
//每一段的最后一帧
|
|
|
if (isLastFrameIndex > -1) {
|
|
|
- console.log('path-update-array', this.lastMovingPointArray);
|
|
|
+ // console.log('path-update-array', this.lastMovingPointArray);
|
|
|
const currentMeta = this.lastMovingPointArray[isLastFrameIndex];
|
|
|
// console.log('currentMeta', currentMeta);
|
|
|
// const lastFrame = this.lastMoveStreamFrame.getValue();
|