From dfc8c95a95b0f09893e6acc579c15e3b57740341 Mon Sep 17 00:00:00 2001 From: liuxianghui <519646741@qq.com> Date: Wed, 1 Dec 2021 09:05:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/pages/plan/plan.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/pages/plan/plan.component.ts b/src/app/pages/plan/plan.component.ts index 361a8a5..3f90992 100644 --- a/src/app/pages/plan/plan.component.ts +++ b/src/app/pages/plan/plan.component.ts @@ -83,7 +83,7 @@ export class PlanComponent implements OnInit { }) //监听 delete键盘事件 this.game.scene.onBeforeRenderObservable.add(() => { - PlanComponent.instance.ngAfterViewCheckedA(); + PlanComponent.instance.onUpdate(); }) } @@ -130,9 +130,9 @@ export class PlanComponent implements OnInit { } /** - * 视图检测改变之后 + * 三维渲染前(每帧调用) */ - ngAfterViewCheckedA() { + onUpdate() { let currentTime = new Date().getTime(); let space = currentTime - this.lasteUpdateTime; if (space < this.c_frameSpace) {