|
@@ -50,19 +50,33 @@ let objRenderEvent = new RenderEvent();
|
|
// babylon 对象
|
|
// babylon 对象
|
|
let BABYLON : any = null;
|
|
let BABYLON : any = null;
|
|
|
|
|
|
-// 【发布的时候】3d场景,iframe地址
|
|
|
|
-// 配置文件地址
|
|
|
|
-// let commonconfig = "https://www.3dyzt.com/eduTrain/3dMain/model/";
|
|
|
|
-let commonconfig = "https://www.3dyzt.com/eduTrain/3dMain/model2/";// 正式
|
|
|
|
-// let commonconfig = "https://www.3dyzt.com/eduTrain/3dMain/model3/";// 临时测试
|
|
|
|
-// 模型地址
|
|
|
|
-// let commonmodel = "https://www.3dyzt.com/eduTrain/3dMain/model/";
|
|
|
|
-let commonmodel = "https://www.3dyzt.com/eduTrain/3dMain/model2/";// 正式
|
|
|
|
-// let commonmodel = "https://www.3dyzt.com/eduTrain/3dMain/model3/";// 临时测试
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-// 发布后的地址
|
|
|
|
-let threeWorldUrl = "https://www.3dyzt.com/main/index.html#/main?id=zidingyi&user=zidingyi&commonconfig=" + commonconfig + "&commonmodel=" + commonmodel;
|
|
|
|
|
|
+let commonconfig = "http://localhost:5678/3dmodel/model2/";
|
|
|
|
+let commonmodel = "http://localhost:5678/3dmodel/model2/";
|
|
|
|
+
|
|
|
|
+let threeWorldUrl = "3dmodel/index.html#/main?id=zidingyi_lu_cun&user=zidingyi"
|
|
|
|
++ '&commonconfig=' + commonconfig
|
|
|
|
++ '&commonmodel=' + commonmodel;
|
|
|
|
+
|
|
|
|
+// // 【发布的时候】3d场景,iframe地址
|
|
|
|
+// // 配置文件地址
|
|
|
|
+// // let commonconfig = "https://www.3dyzt.com/eduTrain/3dMain/model/";
|
|
|
|
+// let commonconfig = "https://www.3dyzt.com/eduTrain/3dMain/model2/";// 正式
|
|
|
|
+// // let commonconfig = "https://www.3dyzt.com/eduTrain/3dMain/model3/";// 临时测试
|
|
|
|
+// // 模型地址
|
|
|
|
+// // let commonmodel = "https://www.3dyzt.com/eduTrain/3dMain/model/";
|
|
|
|
+// let commonmodel = "https://www.3dyzt.com/eduTrain/3dMain/model2/";// 正式
|
|
|
|
+// // let commonmodel = "https://www.3dyzt.com/eduTrain/3dMain/model3/";// 临时测试
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+// // 发布后的地址
|
|
|
|
+// let threeWorldUrl = "https://www.3dyzt.com/main/index.html#/main?id=zidingyi&user=zidingyi&commonconfig=" + commonconfig + "&commonmodel=" + commonmodel;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
/**
|
|
/**
|
|
* 上一步是否显示
|
|
* 上一步是否显示
|