ply_display, an Octave code which reads a PLY file, describing a 3D polygonal surface, and displays an image on the screen.
ply_display ( 'file.ply', file.png )where
The information on this web page is distributed under the MIT license.
ply_display is available in a MATLAB version and an Octave version.
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.
ply, a data directory which contains examples of PLY files, a format for objects defined as a collection of polygons, 3D graphics;
ply_io, an Octave code which reads or writes a 3D graphics file in PLY format, by Greg Turk;
ply_to_tri_surface, an Octave code which reads a PLY file and extracts the surface mesh data as a TRI_SURFACE dataset.
polygonal_surface_display, an Octave code which reads two files defining a polygonal surface and displays it.
quadrilateral_surface_display, an Octave code which reads files defining a 3D quadrilateral mesh surface and displays it.
stla_display, an Octave code which reads an ASCII STL file defining a 3D object and displays it.
tet_mesh_display, an Octave code which reads files defining a tet mesh and displays an image.
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.