mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
increase max zoom for panellum viewer, closes #10391
This commit is contained in:
@@ -27,7 +27,8 @@ export default {
|
||||
|
||||
const options = {
|
||||
'default': { firstScene: '' },
|
||||
scenes: {}
|
||||
scenes: {},
|
||||
minHfov: 20
|
||||
};
|
||||
|
||||
_pannellumViewer = window.pannellum.viewer('ideditor-pannellum-viewer', options);
|
||||
|
||||
Reference in New Issue
Block a user