Browse Source

feat: 固定方位图标高度

ShangHai_LongXiang
jiannibang 3 years ago
parent
commit
a488e404e9
  1. 2
      public/static/qm/MainMap_QM_go.js

2
public/static/qm/MainMap_QM_go.js

@ -5290,7 +5290,7 @@ FloorMap_QM.prototype = {
_this.allObj.add(Map_QM.qiModel) _this.allObj.add(Map_QM.qiModel)
Map_QM.qiIcon.position.set(shopX, -1 * shopY, shopZ); Map_QM.qiIcon.position.set(shopX, -1 * shopY, shopZ);
_this.allObj.add(Map_QM.qiIcon) _this.allObj.add(Map_QM.qiIcon)
Map_QM.dirIcon.position.set(shopX, -1 * shopY, shopZ);
Map_QM.dirIcon.position.set(shopX, -1 * shopY, 100);
_this.allObj.add(Map_QM.dirIcon) _this.allObj.add(Map_QM.dirIcon)
} else { } else {
new THREE.GLTFLoader().load(Map_QM.util.beforPath + "static/img/qi.gltf", function (collada) { new THREE.GLTFLoader().load(Map_QM.util.beforPath + "static/img/qi.gltf", function (collada) {

Loading…
Cancel
Save