适用于 iOS 的 3D 对象/增强现实库
我想为 iPhone 创建一个增强现实应用程序。
更具体地说,我想创建一个特定尺寸的 3D 对象,该对象将叠加在相机的输入上,以便用户可以“移动”该对象。
是否有任何库可以为 iPhone 创建(或至少尝试创建..)此类对象/应用程序?
I want to create an augmented reality application for the iPhone.
To be more specific, I want to create a 3D object of certain dimensions that will be superimposed on the camera's input so that the user can "move around" the object.
Are there any libraries for creating (or at least trying to create..) such objects/applications for the iphone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用metaio的Mobile SDK:http://www.metaio.com/sdk/
比 ARToolKit 更容易使用,因为它在更高层次上抽象了 AR 功能,例如它有一个集成的渲染器,可以让您加载 OBJ 和 MD2 模型。
You can use the Mobile SDK from metaio: http://www.metaio.com/sdk/
It will be easier to use than ARToolKit, as it abstracts the AR functionality on a higher level, e.g. it has an integrated renderer that lets you load OBJ and MD2 models.
查看此版本的增强现实工具包
https://github.com/a1phanumeric/iPhone-AR-Toolkit
See this version of Augmented Reality Toolkit
https://github.com/a1phanumeric/iPhone-AR-Toolkit