sanchez Posted June 9, 2006 Share Posted June 9, 2006 Hi all. would anyone can advise good C++ library to work with .OBJ file format? Quote Link to comment Share on other sites More sharing options...
davedjohnson Posted June 9, 2006 Share Posted June 9, 2006 Are you trying to write import/export stuff for .obj? It's all ascii based, so it isn't be hard, but I don't know of any premade libraries for this. Dave Quote Link to comment Share on other sites More sharing options...
sanchez Posted June 9, 2006 Author Share Posted June 9, 2006 Thanx. I know that OBJ is ASCII based. But i really hoped that there is premade routines for extracting geometry information from OBJ without writing my own ones. And i`ve already made sure there isn`t any premade libraries for working with OBJ format. I will code. Quote Link to comment Share on other sites More sharing options...
symek Posted June 10, 2006 Share Posted June 10, 2006 there must be one.... in some OpenGL area or something.... It's hard to believe that nobody has made it. There is CGkid in python but it's not a c++ so... Quote Link to comment Share on other sites More sharing options...
edward Posted June 10, 2006 Share Posted June 10, 2006 I found it under the first hit for ".obj 3d format" google: http://www.csit.fsu.edu/~burkardt/data/obj/obj.html Several of the programs listed for converting .obj files include source code. Quote Link to comment Share on other sites More sharing options...
sanchez Posted June 10, 2006 Author Share Posted June 10, 2006 I found it under the first hit for ".obj 3d format" google:http://www.csit.fsu.edu/~burkardt/data/obj/obj.html Several of the programs listed for converting .obj files include source code. 28483[/snapback] I`ve already been there and got some interesting things. Thanx. Quote Link to comment Share on other sites More sharing options...
FrankFirsching Posted June 12, 2006 Share Posted June 12, 2006 Just stumbled over this library: http://devernay.free.fr/hacks/glm/ Hope you didn't write your own library yet. Quote Link to comment Share on other sites More sharing options...
sanchez Posted June 12, 2006 Author Share Posted June 12, 2006 Hi. Thanks for your suggestions. But i going to write my own solution for read geomtry data from OBJ. It`s not too hard to code, and easy to support in the future. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.