You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2023. It is now read-only.
Include `panolens.min.js` (different than [pchen66][pchen66]'s -- this bundle includes three.js)
22
23
23
24
```html
24
25
<scriptsrc="js/three.min.js"></script>
25
26
<scriptsrc="js/panolens.min.js"></script>
26
27
```
28
+
27
29
This code creates a 360 image panorama. The first panorama added to the viewer will be the entry point. To link panoramas, simply use `panorama.link( other_panorama )` to connect the two. See [examples](http://pchen66.github.io/Panolens/) and [documentation](http://pchen66.github.io/Panolens/docs/index.html) for more details.
8. Convert equirectangular image into little planet (Stereographic projection)
77
75
78
-
###How to add an infospot (hotspot)
76
+
###How to add an infospot (hotspot)
79
77
80
78
Move cursor on a specific point in a panorama and press `Ctrl` with mouse clicking or hovering, which will generate position (x, y, z) in the console. See [Panorama Infospot](http://pchen66.github.io/Panolens/examples/panorama_infospot.html) example for creating and attaching infospots.
0 commit comments