OBJ_IO
Read and Write Routines
Alias OBJ 3D Graphics Files


OBJ_IO is a MATLAB library which reads or writes some of the 3D graphics information stored in an Alias OBJ file.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Related Data and Programs:

IVCON is a C++ program which can convert graphics information between STLA and other formats.

IVREAD is a FORTRAN90 program which can convert graphics information between STLA and other formats.

OBJ is a data directory which has some examples of OBJ files.

OBJ_IO is available in a FORTRAN90 version and a MATLAB version.

OBJ_TO_PLY is a C program which reads an OBJ file and writes similar information to a PLY file.

OBJ_TO_TRI_MESH, a MATLAB program which reads an OBJ file, and extracts the surface mesh data as a TRI_MESH dataset.

OBJ2OPENGL is a PERL script which converts an OBJ file to a C/C++ include file appropriate for use with OPEN_GL.

PLY_TO_OBJ is a C program which reads a PLY 3D graphics file and writes an equivalent OBJ graphics file.

TRI_MESH_TO_OBJ, a MATLAB program which reads a TRI_MESH dataset and extracts the surface mesh data as an OBJ file.

Reference:

  1. http://www.alias.com/eng/index.shtml, The Alias web site.
  2. obj_format.txt, some information about the OBJ format.

Source Code:

Examples and Tests:

You can go up one level to the MATLAB source codes.


Last revised on 27 September 2008.