|
@@ -526,6 +526,27 @@ export default {
|
|
);
|
|
);
|
|
},
|
|
},
|
|
},
|
|
},
|
|
|
|
+ // 埃肯
|
|
|
|
+ {
|
|
|
|
+ id: "light-ak",
|
|
|
|
+ x: 0,
|
|
|
|
+ y: 0,
|
|
|
|
+ show: true,
|
|
|
|
+ ox: 300,
|
|
|
|
+ oy: 50,
|
|
|
|
+ fanW: 60,
|
|
|
|
+ fanH: 80,
|
|
|
|
+ fanX: 0,
|
|
|
|
+ fanY: -80,
|
|
|
|
+ position: null,
|
|
|
|
+ name: "埃肯",
|
|
|
|
+ clickName: function () {
|
|
|
|
+ console.log("埃肯");
|
|
|
|
+ },
|
|
|
|
+ clickFan: () => {
|
|
|
|
+ console.log("埃肯");
|
|
|
|
+ },
|
|
|
|
+ },
|
|
],
|
|
],
|
|
fanInfoLayer: {
|
|
fanInfoLayer: {
|
|
id: "fan-info",
|
|
id: "fan-info",
|
|
@@ -1007,6 +1028,12 @@ export default {
|
|
// this.setLightName(light_hzj, "light_hzj");
|
|
// this.setLightName(light_hzj, "light_hzj");
|
|
rootNode.add(light_hzj);
|
|
rootNode.add(light_hzj);
|
|
this.htmlLayer[9].position = light_hzj.position;
|
|
this.htmlLayer[9].position = light_hzj.position;
|
|
|
|
+ // 大武口
|
|
|
|
+ let light_ak = obj.clone(true);
|
|
|
|
+ light_ak.position.set(-30, 0, -40); // -20 +30 // -2 0 -58 // -6, 0.13, -50 10, 0, -50
|
|
|
|
+ // this.setLightName(light_dwk, "light_dwk");
|
|
|
|
+ rootNode.add(light_ak);
|
|
|
|
+ this.htmlLayer[11].position = light_ak.position;
|
|
|
|
|
|
// 改变颜色
|
|
// 改变颜色
|
|
this.changeElColor(light_dwk, "green"); // 大武口
|
|
this.changeElColor(light_dwk, "green"); // 大武口
|