Change map initial center and zoom + lame clipping plane...
This commit is contained in:
@@ -24,12 +24,14 @@ APP.UI.pauseAudio = function(triggerSelector) {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
// APP.setup() is required for web-app initialization
|
||||
// You can place here UI setup (HTML), events handling, etc.
|
||||
APP.setup = ()=>{
|
||||
Map.init('map');
|
||||
Scene.toggleScene('back');
|
||||
APP.UI.pauseAudio('[data-bs-dismiss="modal"');
|
||||
//APP.UI.showClipper('#clipper');
|
||||
};
|
||||
|
||||
/* If you plan to use an update routine (executed continuously), you can place its logic here.
|
||||
|
||||
Reference in New Issue
Block a user