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
简单效果:
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A simple example</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/pannellum@2.5.6/build/pannellum.css"/>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/pannellum@2.5.6/build/pannellum.js"></script>
<style>
#panorama {
width: 600px;
height: 400px;
}
</style>
</head>
<body>
<div id="panorama"></div>
<script>
pannellum.viewer('panorama', {
"type": "equirectangular",
"panorama": "https://pannellum.org/images/alma.jpg"
});
</script>
</body>
</html>
复制代码
欢迎光临 PHP技术论坛 (http://php.hh85.com/)
Powered by Discuz! X3.2