我想在我的iPhone应用程序中显示建筑物内部的三维模型,但它们采用Wavefront OBJ格式。是否有我可以在我的应用程序中使用的Wavefront OBJ加载器的开源实现?
答案 0 :(得分:3)
Bill Dudney和Jeff LaMarche都有适用于iPhone的Wavefront OBJ加载器的实现,您应该可以将其放入项目中。但请注意,Jeff LaMarche的实施no longer works on iOS5,is no longer actively developed, and was never intended as production code。
此外,由于我最初写这篇文章,Jonathan Wight发布了他的TouchOpenGL代码,其中包含一个OBJ加载程序。
答案 1 :(得分:3)
注意:我是这个框架的作者。
Rend,我的基于Objective-C的OpenGL ES 2.0框架包含一个Wavefront OBJ加载器。该类称为REWavefrontMesh。
http://github.com/antonholmquist/rend-ios/blob/master/Classes/REWavefrontMesh.h http://github.com/antonholmquist/rend-ios/blob/master/Classes/REWavefrontMesh.m