obj_display


obj_display, an Octave code which gets the name of an ASCII OBJ file from the user, reads the 3D graphics information stored in the file, and displays the structure on the screen.

Usage:

obj_display ( 'file.obj' )
where reads the information in the ASCII OBJ file file.obj

Licensing:

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

Languages:

obj_display is available in a MATLAB version and an Octave version.

Related Data and Programs:

obj_display_test

ball_and_stick_display, an Octave code which demonstrates the creation of a 3D "ball and stick" image;

bezier_surface_display, an Octave code which reads two files defining a Bezier surface and displays it within MATLAB.

obj, a data directory which contains examples of ASCII STL files.

obj_io, an Octave code which reads and writes OBJ files.

polygonal_surface_display, an Octave code which reads two files defining a polygonal surface and displays it within MATLAB.

quad_surface_display, an Octave code which reads files defining a 3D quadrilateral mesh surface and displays it within MATLAB.

stla_display, an Octave code which reads an ASCII STL file defining a 3D object and displays it within MATLAB.

tet_mesh_display, an Octave code which reads files defining a tet mesh and displays an image within MATLAB.

tri_surface_display, an Octave code which reads data defining a triangular mesh of a 3D surface and displays it.

triangulation_order1_display, an Octave code which reads files defining a piecewise constant triangulation of data, and displays a corresponding 3D surface.

Source Code:


Last revised on 14 June 2023.