|
@@ -476,7 +476,7 @@ TileDownloader.prototype.getTileUrl = function() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- if(Potree.settings.isLocal){//原始规则
|
|
|
|
|
|
+ if(Potree.settings.tileOriginUrl){//原始规则
|
|
//1 === config.tiling.customCompression && (u = "_" + config.tiling["q" + e[panoSize]]);
|
|
//1 === config.tiling.customCompression && (u = "_" + config.tiling["q" + e[panoSize]]);
|
|
//1 === o.tiling.customCompression && (u = "_" + o.tiling["q" + e[n]]);
|
|
//1 === o.tiling.customCompression && (u = "_" + o.tiling["q" + e[n]]);
|
|
d = "tiles/" + id + "/" + e[panoSize] + u + "_face" + h + "_" + t.tileX + "_" + t.tileY + ".jpg"
|
|
d = "tiles/" + id + "/" + e[panoSize] + u + "_face" + h + "_" + t.tileX + "_" + t.tileY + ".jpg"
|