开发:避免ShareView开门动画后门板被clip

pull/2286/MERGE
ChenX 1 year ago
parent b2c99429e1
commit fac547c41d

@ -18,6 +18,7 @@ export class CameraUpdateForIos
{ {
this.box = GetBox(app.Viewer.Scene); this.box = GetBox(app.Viewer.Scene);
this.box.getBoundingSphere(this.boundingSphere); this.box.getBoundingSphere(this.boundingSphere);
this.boundingSphere.radius += 2000;//避免开门动画坏了
this.Fix(); this.Fix();
}; };

Loading…
Cancel
Save