Tumblelog by Soup.io
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

October 19 2009

17:27

OBJ2OPENGL - Convert OBJ file to OpenGL format

OBJ2OPENGL is a PERL script that reads an OBJ file describing a 3D object, and writes a C include file describing the object in a form suitable for use with Open GL. To see how to use the include file created by this program, refer to the example in the Open GL examples directory. The author wishes to point out that this script was developed for a specific purpose, and was not intended to be able to handle all variations of the OBJ file format.
Tags: opengl