|
1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "logo": "yes",
-
- "title": "Jordan Pond",
-
- "author": "Matthew Petroff",
-
- "license": 1,
-
- "preview": "../examples/examplepano-preview.jpg",
-
- "type": "cubemap",
-
- "cubeMap": [
- "../examples/examplepanocube0.jpg",
- "../examples/examplepanocube1.jpg",
- "../examples/examplepanocube2.jpg",
- "../examples/examplepanocube3.jpg",
- "../examples/examplepanocube4.jpg",
- "../examples/examplepanocube5.jpg"
- ],
-
- "hotSpots": [
- {
- "pitch": -12,
- "yaw": -170,
- "type": "info",
- "text": "This is Jordan Pond, located in Acadia National Park."
- },
- {
- "pitch": -10,
- "yaw": 50,
- "type": "info",
- "text": "This is a link.",
- "URL": "https://github.com/mpetroff/pannellum"
- }
- ]
- }
|