From d39c97f7193e456e9b510c476b35e28d35fe6637 Mon Sep 17 00:00:00 2001 From: liuxianghui <519646741@qq.com> Date: Mon, 29 Nov 2021 10:14:07 +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/babylon/game.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/babylon/game.ts b/src/app/babylon/game.ts index 88b1166..7b04f45 100644 --- a/src/app/babylon/game.ts +++ b/src/app/babylon/game.ts @@ -26,7 +26,7 @@ export class Game { this.scene = new Scene(this.engine); this.scene.useRightHandedSystem = true;//使用右手坐标系 RenderingManager.MIN_RENDERINGGROUPS = -1;//最小渲染序列 - + // Engine.DefaultLoadingScreenFactory() //尝试更改canvas this.createScene(); let scene = this.scene; // canvas.translate = true; //用于设置背景透明