3D对象/增强现实图书馆为iOS图书馆、对象、现实、iOS

2023-09-08 10:26:08 作者:原地等边哭

我想创建一个增强现实应用程序的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.

是否有任何库,用于创建(或至少试图创造..)为iPhone这样的对象/应用程序?

Are there any libraries for creating (or at least trying to create..) such objects/applications for the iphone?

推荐答案

您可以使用来自m​​etaio移动SDK: http://www.metaio.com/sdk/

You can use the Mobile SDK from metaio: http://www.metaio.com/sdk/

这将是更容易比ARToolKit使用,因为它抽象上了一个台阶,如AR功能它具有一个集成的渲染器,让您加载OBJ和MD2模型。

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.