轻量全景查看器 pannellum初探

pannellum初次探索案例

<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>全景图预览</title>
  <script src="https://cdn.jsdelivr.net/npm/pannellum@2.5.6/build/pannellum.js"></script>
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/pannellum@2.5.6/build/pannellum.css">
  <style>
    * {
      margin: 0;
      padding: 0;
    }
    #panorama {
      width: 100%;
      height: 100vh;
    }
  </style>
</head>

<body>
  <div id="panorama"></div>
  <script>
    var pan = pannellum.viewer('panorama', {
      //默认
      "default": {
        "firstScene": "alma",//第一个场景
        "author": "马修·彼得罗夫",//作者
        "sceneFadeDuration": 1000,//淡入淡出时间
        "autoLoad": true,//自动载入
        autoRotate: -5,
        autoRotateInactivityDelay: 3000,
        hotSpotDebug: true,
      },
      //场景列表
      "scenes": {
        //阿尔玛
        "alma": {
          haov: 360,
          vaov: 180,
          vOffset: 0,
          "title": "阿尔玛",
          "hfov": 100,//远近
          "yaw": 0,//开始位置
          "type": "equirectangular",
          "compass": true,
          "northOffset": 240,
          "panorama": "./alma.jpg",
          "hotSpots": [
            {
              "pitch": 0,
              "yaw": 110,
              "type": "scene",
              "text": "房间",
              "sceneId": "fangjian",
              "targetYaw": 0,
            },
            {
              "pitch": 10,
              "yaw": 110,
              "type": "scene",
              "text": "图书馆",
              "sceneId": "library",
              "targetYaw": 0,
            },
            {
              "pitch": 70,
              "yaw": 60,
              "type": "info",
              "text": "天窗由铁桁架支撑,上方有第二个尖顶天窗。"
            },
            {
              "pitch": 10,
              "yaw": 25,
              "type": "info",
              "text": "图书馆的大部分是用铸铁建造的,以减少火灾风险。"
            },
            {
              "pitch": 0,
              "yaw": 8,
              "type": "info",
              "text": "照明最初是煤气。"
            },
            {
              "pitch": -3,
              "yaw": 115,
              "type": "info",
              "text": "JHU图书馆目录包含皮博迪图书馆的馆藏。",
              "URL": "https://www.baidu.com"
            },
          ]
        },
        //房间
        "fangjian": {
          "title": "房间",
          "hfov": 100,//远近
          "yaw": 0,//开始位置
          "type": "equirectangular",
          "compass": true,
          "northOffset": 240,
          "panorama": "./aaa.webp",
          "hotSpots": [
            {
              "pitch": 0,
              "yaw": 110,
              "type": "scene",
              "text": "阿尔玛",
              "sceneId": "alma",
              "targetYaw": 0,
            }
          ]
        },
        //图书馆
        "library": {
          "title": "乔治·皮博迪图书馆",
          "hfov": 100,//水平视野
          "pitch": 10,
          "yaw": 50,
          "compass": true,
          "northOffset": 289,
          "type": "multires",
          "multiRes": {
            "basePath": "https:\/\/pannellum.org/images/multires/library",
            "path": "/%l/%s%y_%x",
            "fallbackPath": "/fallback/%s",
            "extension": "jpg",
            "tileResolution": 512,
            "maxLevel": 6,
            "cubeResolution": 8432
          },
          "hotSpots": [
            {
              "pitch": 60,
              "yaw": 60,
              "type": "info",
              "text": "天窗由铁桁架支撑,上方有第二个尖顶天窗。"
            },
            {
              "pitch": 10,
              "yaw": 25,
              "type": "info",
              "text": "图书馆的大部分是用铸铁建造的,以减少火灾风险。"
            },
            {
              "pitch": 0,
              "yaw": 8,
              "type": "info",
              "text": "照明最初是煤气。"
            },
            {
              "pitch": -3,
              "yaw": 115,
              "type": "info",
              "text": "JHU图书馆目录包含皮博迪图书馆的馆藏。",
              "URL": "https://www.baidu.com"
            },
            {
              "pitch": -3,
              "yaw": 65,
              "type": "scene",
              "text": "陈列室",
              "sceneId": "gallery"
            },
            {
              "pitch": 47,
              "yaw": -135,
              "type": "scene",
              "text": "六楼",
              "sceneId": "6th-floor"
            },
            {
              "pitch": 0,
              "yaw": 0,
              "type": "scene",
              "text": "阿尔玛",
              "sceneId": "alma",
              "targetYaw": 0
            }
          ]
        },
        //画廊
        "gallery": {
          "title": "画廊",
          "hfov": 100,
          "yaw": -20,
          "type": "multires",
          "compass": true,
          "northOffset": 240,
          "multiRes": {
            "basePath": "https:\/\/pannellum.org/images/multires/gallery",
            "path": "/%l/%s%y_%x",
            "fallbackPath": "/fallback/%s",
            "extension": "jpg",
            "tileResolution": 512,
            "maxLevel": 5,
            "cubeResolution": 4384
          },
          "hotSpots": [
            {
              "pitch": -7,
              "yaw": -58,
              "type": "scene",
              "text": "图书馆",
              "sceneId": "library",
              "targetYaw": 240
            }
          ]
        },
        //6楼
        "6th-floor": {
          "title": "6楼",
          "hfov": 100,
          "pitch": -20,
          "yaw": -20,
          "compass": true,
          "northOffset": 0,
          "type": "multires",
          "multiRes": {
            "basePath": "https:\/\/pannellum.org/images/multires/6th-floor",
            "path": "/%l/%s%y_%x",
            "fallbackPath": "/fallback/%s",
            "extension": "jpg",
            "tileResolution": 512,
            "maxLevel": 4,
            "cubeResolution": 3968
          },
          "hotSpots": [
            {
              "pitch": -47.5,
              "yaw": -11,
              "type": "scene",
              "text": "主楼",
              "sceneId": "library"
            },
            {
              "pitch": -28,
              "yaw": -3,
              "type": "scene",
              "text": "陈列室",
              "sceneId": "gallery"
            },
            {
              "pitch": -20,
              "yaw": -165.7,
              "type": "info",
              "text": "禁止的A、B、C",
              "URL": "https://catalyst.library.jhu.edu/catalog/bib_1121184"
            }
          ]
        }
      }
    });

  </script>
</body>

</html>

 

posted @ 2022-08-08 18:18  herry菌  阅读(339)  评论(0编辑  收藏  举报