obj_io_test
obj_io_test,
an Octave code which
calls obj_io(), 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 MIT license
Related Data and Programs:
obj_io,
an Octave code 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 15 June 2023.