PHP技术论坛

标题: 微信小程序VR场景使用 [打印本页]

作者: admin    时间: 2022-3-23 13:19
标题: 微信小程序VR场景使用
参数网址:https://pannellum.org/


https://blog.csdn.net/qq_3894297 ... 1000.2123.3001.4430

https://blog.51cto.com/u_15349906/3715968


简单效果:

  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4.     <meta charset="utf-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <title>A simple example</title>
  7.     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/pannellum@2.5.6/build/pannellum.css"/>
  8.     <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/pannellum@2.5.6/build/pannellum.js"></script>
  9.     <style>
  10.     #panorama {
  11.         width: 600px;
  12.         height: 400px;
  13.     }
  14.     </style>
  15. </head>
  16. <body>

  17. <div id="panorama"></div>
  18. <script>
  19. pannellum.viewer('panorama', {
  20.     "type": "equirectangular",
  21.     "panorama": "https://pannellum.org/images/alma.jpg"
  22. });
  23. </script>

  24. </body>
  25. </html>
复制代码








欢迎光临 PHP技术论坛 (http://php.hh85.com/) Powered by Discuz! X3.2