@@ -176,6 +176,9 @@
this.panoramicKrpano.set('view.hlookat', item.ath);
this.panoramicKrpano.set('view.vlookat', item.atv);
}
+ if(item.deg){
+ this.panoramicKrpano.call(`rotateVideo(${item.deg})`);
+ }
},
initPet(item){
if(item.url){
@@ -807,6 +807,7 @@
height:this.leftList[this.peopleIndex].height || '',
scale:this.$parent.peopleScale,
userUpload:this.peopleIndex==0?true:false,//是否使用了个人形象
+ deg:_ps.deg,
url += '&AIPeople=' + encodeURIComponent(JSON.stringify(people))