|
@@ -3423,7 +3423,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- if(_settings.angleShift2d){
|
|
|
+ if(_settings&&_settings.angleShift2d){
|
|
|
i += THREE.Math.degToRad(_settings.angleShift2d)
|
|
|
}
|
|
|
this.rotateLeft(i);
|
|
@@ -6658,20 +6658,20 @@ window.Modernizr = function(n, e, t) {
|
|
|
}),
|
|
|
|
|
|
// 手动触发 导览列表点击
|
|
|
- $("#myClickBox #go").on('click',function(){
|
|
|
- const imgActIndex = $(".thumbImg.active").data('index')
|
|
|
- const curIndex = typeof imgActIndex === 'number' ? imgActIndex : -1;
|
|
|
- const nextIndex = Number(curIndex) + 1;
|
|
|
- if (nextIndex >= Fe) return
|
|
|
- t.goToHighlight([nextIndex,0])
|
|
|
- })
|
|
|
- $("#myClickBox #back").on('click',function(){
|
|
|
- const imgActIndex = $(".thumbImg.active").data('index')
|
|
|
- const curIndex = typeof imgActIndex === 'number' ? imgActIndex : -1;
|
|
|
- const nextIndex = Number(curIndex) - 1;
|
|
|
- if (nextIndex < 0) return
|
|
|
- t.goToHighlight([nextIndex,0])
|
|
|
- })
|
|
|
+ // $("#myClickBox #go").on('click',function(){
|
|
|
+ // const imgActIndex = $(".thumbImg.active").data('index')
|
|
|
+ // const curIndex = typeof imgActIndex === 'number' ? imgActIndex : -1;
|
|
|
+ // const nextIndex = Number(curIndex) + 1;
|
|
|
+ // if (nextIndex >= Fe) return
|
|
|
+ // t.goToHighlight([nextIndex,0])
|
|
|
+ // })
|
|
|
+ // $("#myClickBox #back").on('click',function(){
|
|
|
+ // const imgActIndex = $(".thumbImg.active").data('index')
|
|
|
+ // const curIndex = typeof imgActIndex === 'number' ? imgActIndex : -1;
|
|
|
+ // const nextIndex = Number(curIndex) - 1;
|
|
|
+ // if (nextIndex < 0) return
|
|
|
+ // t.goToHighlight([nextIndex,0])
|
|
|
+ // })
|
|
|
|
|
|
$(".previous").find("a").on("click", function(e) {
|
|
|
l(e),
|