|
@@ -106,12 +106,12 @@ const callbackLoadEndEvent = (json : { 'roleChoiceOpenBool' : true }) => {
|
|
|
if (json["roleChoiceOpenBool"] === true) {
|
|
|
// ############################## 隐藏其他按钮界面等
|
|
|
threeWorld().loadSuccess = false;
|
|
|
- initScene();
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
// ############################## 这个时候,是真正的进入3d画面了,才显示其他按钮界面等
|
|
|
threeWorld().loadSuccess = true;
|
|
|
+ initScene();
|
|
|
|
|
|
}
|
|
|
|
|
@@ -150,6 +150,8 @@ const initScene = () => {
|
|
|
objNewIframe.objIframe.BABYLON
|
|
|
);
|
|
|
|
|
|
+ ThreeWorldEventMain.find().groundNoRemove();
|
|
|
+
|
|
|
ThreeWorldEvent.find().initObj(
|
|
|
objNewIframe,
|
|
|
objNewIframe.objIframe,
|