|
@@ -1313,7 +1313,7 @@ export class Images360 extends THREE.EventDispatcher{
|
|
|
n.pano = null),
|
|
|
e || (e = 0);
|
|
|
var r = Common.sortByScore(this.panos, t, i);
|
|
|
- //console.log('findRankedByScore', r && r.map(u=>u.item.id + '| ' + math.toPrecision(u.score,4) + " | " + math.toPrecision(u.scores,4)))
|
|
|
+ console.log('findRankedByScore', r && r.map(u=>u.item.id + '| ' + math.toPrecision(u.score,4) + " | " + math.toPrecision(u.scores,4)))
|
|
|
|
|
|
|
|
|
return !r || 0 === r.length || e >= r.length ? null : (n && (n.candidates = r,
|
|
@@ -2142,7 +2142,7 @@ Images360.prototype.updateCube = (function(){//增加细分的版本,且垂直
|
|
|
|
|
|
//console.log('updateCube',pano0.id, pano1&&pano1.id)
|
|
|
|
|
|
- let useBound = (bound, siz 0e)=>{
|
|
|
+ let useBound = (bound, size)=>{
|
|
|
|
|
|
size = size || bound.getSize(new THREE.Vector3)
|
|
|
let center = bound.getCenter(new THREE.Vector3)
|
|
@@ -2597,7 +2597,7 @@ Images360.prototype.updateCube = (function(){//增加细分的版本,且垂直
|
|
|
|
|
|
*/
|
|
|
|
|
|
-})()
|
|
|
+}())
|
|
|
|
|
|
|
|
|
|