const theater1Popup = `

Teatro San Salvador, Venezia

`; const theater2Popup = `

Teatro Santi Giovanni e Paolo, Venezia

`; const audioBtn1 = ` `; export const config = { scene : { initialExposure: 0.7, autoLP: true, clipping: { defaultPoint: [ -20.3, 7.3, -18.3 ], } }, menu : { audioBtn1 }, markers : [ { id : "salvador", label : "Teatro San Salvador, Venezia", popup: theater1Popup, coords: [45.4363, 12.3352], model: "teatro_san_salvador_20250926.gltf", pano: "pano/defsky-grass.jpg", }, { id : "ssgp", label : "Teatro Santi Giovanni e Paolo, Venezia", popup: theater2Popup, coords: [45.4401, 12.3408], model: "SSGP.glb", pano: "pano/defsky-grass.jpg", } ], map : { center: [43.570833, 12.140278], initialZoom : 8, minZoom : 6, maxZoom : 16 } }