全景热点实现
我最近开发了一个应用程序,可以使用 iPhone 的 Panomagl 库查看 360 度全景图像,我想增强它并提供更多功能,例如热点。
我试图查看实现此功能的 javascript
代码,但它没有用。
我不知道从哪里开始实现这个功能,也不理解热点的概念。任何人都可以让我以正确的方式开始实现此功能吗?
提前谢谢。
I've recently developed an application that view a panorama 360 image, using Panoramagl library for iPhone, and i wanna enhance it and make more features like hotspot.
I've tried to look at a javascript
code that implement this feature, but it's useless.
I don't know from where to start implementing this feature and i don't understand the concept of the hotspot. can anyone put me on the right way to start implementing this feature ?
thx in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我最终使用了一个名为 KRPano 的库,在 UIWebView 中使用它,它有很好的支持并且有很多功能。
I've ended up using a library called KRPano using it in UIWebView, it has a good support and has a lot of features.
iOS 版 PanoramaGL 最近更新至 0.1 r3 版本。此新版本支持 2048x1024 像素的球形图像。并添加了热点功能。
http://code.google.com/p/panoramagl
请阅读 wiki 部分
http://code.google.com/p/panoramagl/wiki/UserGuide
PanoramaGL for iOS was updated recently to 0.1 r3 version. This new version support Spherical images 2048x1024 pixeles. And hotspots feature was added.
http://code.google.com/p/panoramagl
Please read wiki section
http://code.google.com/p/panoramagl/wiki/UserGuide