...
Here's an tl;dr of the default behaviour, with the call to iglooKrPano
included. See configuration and URL parameter sections below for more detailed info.
url | behaviour |
---|---|
| normal behaviour |
| cubemap drawn |
| cubemap drawn with ui |
| normal; viewsync set up to work inside |
Configuration
Behaviour can be modified by passing an options object to the iglooKrPano
function.
...
These URL parameters are used when the default configuration is set. Overriding showUi
, drawCubemap
, or doViewsync
will mean these parameters aren't used.
Parameter | Behaviour |
---|---|
| Create cubemap |
| Create cubemap |
| Create cubemap |
| Do not remove UI from cubemap |
| Send viewsync messages using |
Viewsync
In order to facilitate synchronisation of separate krpano instances (possibly in separate browsers or on separate machines), iglooKrPano()
can set up viewsync.
...