obj_io_test
obj_io_test,
a MATLAB program which
calls obj_io() to read or write 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:
obj_io,
a MATLAB library which
reads and writes the 3D graphics information
in an Alias OBJ file;
Source Code:
-
obj_io_test01.m,
tests OBJ_SIZE.
-
obj_io_test02.m,
tests OBJ_READ.
-
obj_io_test03.m,
tests OBJ_WRITE.
-
obj_io_test04.m,
tests OBJ_WRITE.
-
cube.obj,
a simple OBJ file that describes a cube.
-
cube_no_normals.obj,
an OBJ file describing a cube, without normal vectors,
written by OBJ_WRITE.
-
cube_normals.obj,
an OBJ file describing a cube, including normal vectors,
written by OBJ_WRITE.
Last revised on 17 February 2019.