Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用需要创建图像的 360 度视图的 iPhone 应用程序。在我的搜索中,我可以找到从图像拍摄的图像并且图像在视图中旋转。
我想知道是否有人有一个很好的解决方案或任何关于如何完成这项工作的好教程。
谢谢
像这样的东西? http://javieralog.blogspot.com/2012/03/japanoview-open-source-panorama-viewer.html
有许多 js(例如这里,这里)库可用于 360 度全景视图。您可以将 UIWebView 与这些库一起使用来轻松实现此目的。