|
@@ -300,7 +300,7 @@ class Panorama extends THREE.EventDispatcher{
|
|
if(!this['has_'+type] || this[type+'Tex'] || this[type+'Loading'])return
|
|
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 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}
|
|
let range = {min:Infinity, max:-Infinity, minPixel:null, maxPixel:null}
|