开发者

Can I import .obj files for use on the iPad

开发者 https://www.devze.com 2023-01-07 03:24 出处:网络
Is it possible to create 3D models in other applications (e.g. Vue Esprit) and then export th开发者_JAVA百科ese models as .obj files for use in iPad applications?There isn\'t any built in support for

Is it possible to create 3D models in other applications (e.g. Vue Esprit) and then export th开发者_JAVA百科ese models as .obj files for use in iPad applications?


There isn't any built in support for this, but you can use any C or C++ based OBJ loader to get the data into a usable format, and then render using your standard GL functions.

A good place to start is the GLGravity sample, which has a 3D teapot that it draws, this doesn't have an OBJ loader though.


Have a look at this OBJ loader hosted at google code.

It was developed by Jeff Lamarche in a series of blog posts.

0

精彩评论

暂无评论...
验证码 换一张
取 消