1 Star 1 Fork 15

八爪鱼工作室 / 3D效果720度全景

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
透笔度 提交于 2017-12-27 16:58 . 更新 index.html
<!DOCTYPE html>
<html>
<head>
<title>krpano</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, viewport-fit=cover" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta http-equiv="x-ua-compatible" content="IE=edge" />
<style>
@-ms-viewport { width:device-width; }
@media only screen and (min-device-width:800px) { html { overflow:hidden; } }
html { height:100%; }
body { height:100%; overflow:hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; }
</style>
</head>
<body>
<script src="krpano.js"></script>
<div style="position:fixed;top:0px;left:0px;line-height:40px;background-color:#fff; z-index:666666;">
<a target="_blank" href="demo1/index.html">效果1:控制最小最大缩放比例</a>
<br /><a target="_blank" href="demo2/index.html">效果2:自动旋转和重力感应+螺旋仪效果</a>
<br /><a target="_blank" href="demo3/index.html">效果3:按方向指定6张图片</a>
</div>
<div id="pano" style="width:100%;height:100%;">
<noscript><table style="width:100%;height:100%;"><tr style="vertical-align:middle;text-align:center;"><td>ERROR:<br><br>Javascript not activated<br><br></td></tr></table></noscript>
<script>
embedpano({swf:"krpano.swf", xml:"krpano.xml", target:"pano", html5:"auto", mobilescale:1.0, passQueryParameters:true});
</script>
</div>
</body>
</html>
JavaScript
1
https://gitee.com/elfbobo/3DXiaoGuo720DuQuanJing.git
git@gitee.com:elfbobo/3DXiaoGuo720DuQuanJing.git
elfbobo
3DXiaoGuo720DuQuanJing
3D效果720度全景
master

搜索帮助