|
@@ -18927,7 +18927,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
this.tags[t].build();
|
|
|
|
|
|
//add-----
|
|
|
- {
|
|
|
+ /* {
|
|
|
let maxCount = browser.isMobile() ? 4000 : 10000
|
|
|
|
|
|
let c = this.panos.list.length * this.colliders.length
|
|
@@ -18951,7 +18951,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
}
|
|
|
|
|
|
|
|
|
- }
|
|
|
+ } */
|
|
|
//---------
|
|
|
createGuideAni(this)
|
|
|
|
|
@@ -59343,6 +59343,16 @@ function initTransitionPass(THREE){
|
|
|
|
|
|
导览缩放的几处: 1 搜索smoothZoomFovTo 2 flightStepWalk里
|
|
|
|
|
|
-
|
|
|
+ var id = 73
|
|
|
+var p = player.model.heroLocations.find(e=>e.heroLocations && e.heroLocations.find(e=>e.panoId == id))
|
|
|
+var i = player.model.heroLocations.indexOf(p)
|
|
|
+var p1 = p.heroLocations.find(e=>e.panoId == id)
|
|
|
+var j = p.heroLocations.indexOf(p1)
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+player.flyToPano({pano:player.model.panos.index[73]})
|
|
|
+
|
|
|
+player.director.goToHighlight([i,j])
|
|
|
|
|
|
*/
|