|
@@ -965,7 +965,7 @@ window.initHot = function(model){
|
|
|
}
|
|
|
|
|
|
updateScale(e, t) {//自适应调节大小
|
|
|
- if(!DATA.autoAdjustHotScale || this.texType != 'shine' )return
|
|
|
+ if(!DATA.autoAdjustHotScale || this.texType != 'shine' || !this.plane )return
|
|
|
//let renderSize = player.sceneRenderer.renderer.domElement
|
|
|
let renderSize = player.sceneRenderer.renderer.getSize()
|
|
|
|
|
@@ -1187,7 +1187,7 @@ window.initHot = function(model){
|
|
|
|
|
|
|
|
|
|
|
|
- var needExamine = !this.info.cameraData && (options.examine || (!settings.dontExamHot && this.info.actionType.examine))
|
|
|
+ var needExamine = !fastTran && (options.examine || (!settings.dontExamHot && this.info.actionType.examine))
|
|
|
if(!openHot && !needExamine)return;
|
|
|
|
|
|
|