|
@@ -6247,7 +6247,11 @@ fdage = {},
|
|
W.prototype.start = function () {
|
|
W.prototype.start = function () {
|
|
// console.log('模型加载完成');
|
|
// console.log('模型加载完成');
|
|
window.modelLoding = true
|
|
window.modelLoding = true
|
|
-
|
|
|
|
|
|
+ setTimeout(() => {
|
|
|
|
+ let dom = document.querySelector('.bacBox')
|
|
|
|
+ dom.style.opacity = 0
|
|
|
|
+ dom.style.pointerEvents = 'none'
|
|
|
|
+ }, 500);
|
|
|
|
|
|
this.scene.view.updateView(),
|
|
this.scene.view.updateView(),
|
|
this.ui.showActiveView(),
|
|
this.ui.showActiveView(),
|