UX: don't show controls when switching scene, fix #2395

This commit is contained in:
Pieter Vander Vennet 2025-04-28 12:46:19 +02:00
parent 2f7f71787d
commit d56cf56511

View file

@ -63,6 +63,7 @@ export class PhotoSphereViewerWrapper {
panorama: imageInfo.properties.url,
northOffset: imageInfo.properties.northOffset,
type: "equirectangular",
showControls: false
})
this.viewer.loadScene(imageInfo.properties.url, 0, imageInfo.properties.northOffset)