瀏覽代碼

marker上调

xzw 1 年之前
父節點
當前提交
44d4b4df79
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js/main_2020_show.js

+ 1 - 1
js/main_2020_show.js

@@ -18891,7 +18891,7 @@ window.Modernizr = function(n, e, t) {
             }(),
             n.prototype.placeMarker = function() {
                 this.marker && (this.marker.position.copy(this.floorPosition),
-                this.marker.position.y += .05,
+                this.marker.position.y += .1,
                 this.marker.lookAt(new r.Vector3(0,1,0).add(this.marker.position)))
             }
             ,