tri_surface_to_obj, an Octave code which reads data from a TRI_SURFACE file describing a triangular mesh of a 3D surface, and converts it to an OBJ file.
A TRI_SURFACE or triangulated mesh surface, is described by a pair of arrays:
An OBJ file is format for storing a description of the surface of a 3D object, composed of triangles or higher degree polygons.
tri_surface_to_obj ( 'node_file', 'element_file', 'obj_file' )where
The computer code and data files described and made available on this web page are distributed under the MIT license
tri_surface_to_obj is available in a MATLAB version and an Octave version.
obj, a data directory which contains a description and examples of OBJ files.
obj_display, an Octave code which reads an OBJ file and displays it.
obj_io, an Octave code which reads or writes an OBJfile.
obj_to_tri_surface, an Octave code which reads an OBJ, and extracts the surface mesh data as a TRI_SURFACE dataset.
tri_surface, a data directory which contains examples of TRI_SURFACE files.
tri_surface_display, an Octave code which displays a TRI_SURFACE dataset.
tri_surface_io, an Octave code which reads and writes the 3d graphics information in a TRI_SURFACE file;
tri_surface_to_stla, an Octave code which converts TRI_SURFACE data to data suitable for storage as an ASCII STL file.