From fac547c41d527d99f3d2b079a5e306498f6d61db Mon Sep 17 00:00:00 2001 From: ChenX Date: Fri, 7 Jul 2023 17:32:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91:=E9=81=BF=E5=85=8DShareView?= =?UTF-8?q?=E5=BC=80=E9=97=A8=E5=8A=A8=E7=94=BB=E5=90=8E=E9=97=A8=E6=9D=BF?= =?UTF-8?q?=E8=A2=ABclip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/GraphicsSystem/CameraUpdateForIos.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GraphicsSystem/CameraUpdateForIos.ts b/src/GraphicsSystem/CameraUpdateForIos.ts index bed4c5489..3bab78e4b 100644 --- a/src/GraphicsSystem/CameraUpdateForIos.ts +++ b/src/GraphicsSystem/CameraUpdateForIos.ts @@ -18,6 +18,7 @@ export class CameraUpdateForIos { this.box = GetBox(app.Viewer.Scene); this.box.getBoundingSphere(this.boundingSphere); + this.boundingSphere.radius += 2000;//避免开门动画坏了 this.Fix(); };