我正在开发一个新项目,我正试图获取我用360相机拍摄的360度图像到目前为止我在我的网站上显示:
<iframe width="100%" height="700px" allowfullscreen frameborder="0" src="index.html?image=IMG_0222.jpg&is_stereo=false"></iframe>
但我不断收到错误消息:
在此服务器上找不到请求的网址/test/index.html。
该文件是我试图调用test.html,在该文件夹上我只有IMG_0222.jpg和test.html文件....
我相信我的问题是没有index.html,如果这是index.html文件应该具有的答案?
感谢您的帮助!!!
答案 0 :(得分:0)
只需添加VR图像/视频文件的正确路径。
<iframe width="100%" height="700px" allowfullscreen frameborder="0" src=" **full_url_path_till_vr_file** &is_stereo=false"></iframe>
有关详细信息,请访问以下链接:
答案 1 :(得分:0)
在找到答案后,我找到了这个博客
http://blog.mastermaps.com/2014/01/photo-spheres-with-threejs.html
它给了我正确的答案,将我的360图像包裹在一个球体中,这样它就可以显示为使用Threejs的360图像一旦我这样做,我能够将完整的360度旋转动作加载到index.html文件中最后在我的test.html中显示