Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

60 řádky
1.7 KiB

  1. {
  2. "default": {
  3. "author": "Matthew Petroff",
  4. "firstScene": "pond"
  5. },
  6. "scenes": {
  7. "pondCube": {
  8. "title": "Jordan Pond (Cube)",
  9. "preview": "./examplepano-preview.jpg",
  10. "type": "cubemap",
  11. "cubeMap": [
  12. "./examplepanocube0.jpg",
  13. "./examplepanocube1.jpg",
  14. "./examplepanocube2.jpg",
  15. "./examplepanocube3.jpg",
  16. "./examplepanocube4.jpg",
  17. "./examplepanocube5.jpg"
  18. ],
  19. "hotSpots": [
  20. {
  21. "pitch": -12,
  22. "yaw": -170,
  23. "type": "info",
  24. "text": "This is Jordan Pond, located in Acadia National Park."
  25. },
  26. {
  27. "pitch": -10,
  28. "yaw": 50,
  29. "type": "info",
  30. "text": "This is a link.",
  31. "URL": "https://github.com/mpetroff/pannellum"
  32. },
  33. {
  34. "pitch": 0,
  35. "yaw": 60,
  36. "type": "scene",
  37. "text": "Pond",
  38. "sceneId": "pond"
  39. }
  40. ]
  41. },
  42. "pond": {
  43. "title": "Jordan Pond",
  44. "preview": "./examplepano-preview.jpg",
  45. "panorama": "./examplepano.jpg",
  46. "hotSpots": [
  47. {
  48. "pitch": 0,
  49. "yaw": -100,
  50. "type": "scene",
  51. "text": "Pond (cube)",
  52. "sceneId": "pondCube"
  53. }
  54. ]
  55. }
  56. }
  57. }