xzw 4 달 전
부모
커밋
49b72b4bfc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/custom/modules/panos/Panorama.js

+ 1 - 1
src/custom/modules/panos/Panorama.js

@@ -300,7 +300,7 @@ class Panorama extends THREE.EventDispatcher{
         if(!this['has_'+type] || this[type+'Tex'] || this[type+'Loading'])return
         
          
-        let url = `${Potree.settings.urls.prefix1}/testdata/${this.pointcloud.sceneCode}/data/${this.pointcloud.sceneCode}/imagemap/${this.originID}_${type}.png`
+        let url = `${Potree.settings.urls.prefix1}/${Potree.settings.webSite}/${this.pointcloud.sceneCode}/data/${this.pointcloud.sceneCode}/imagemap/${this.originID}_${type}.png`
         //let url = `${Potree.settings.urls.prefix1}/testdata/${this.pointcloud.sceneCode}/data/${this.pointcloud.sceneCode}/imagemap/${this.originID}_temp.png`
          
         let range = {min:Infinity, max:-Infinity, minPixel:null, maxPixel:null}