|
@@ -912,6 +912,7 @@ export default {
|
|
|
let ratio = 1.8;
|
|
|
window.renderWidth = width * ratio;
|
|
|
window.renderHeight = height * ratio;
|
|
|
+ sessionStorage.setItem('3dMode', 0)
|
|
|
uwbMain('playersmall', width * ratio, height * ratio, "floorplan");
|
|
|
|
|
|
// window.sdkInstance.sceneRenderer.updateScreenSize(width * ratio, height * ratio);
|