ply_display, a MATLAB code which reads a 3D graphics PLY file, 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.
ball_and_stick_display, a MATLAB code which demonstrates the creation of a 3D ball and stick image;
bezier_surface_display, a MATLAB code which reads two files defining a Bezier surface and displays it.
mpas_grid_display, a MATLAB code which reads an MPAS NETCDF grid file and displays the primary polygonal mesh or the dual triangular mesh.
ply, a data directory which contains examples of PLY files, a format for objects defined as a collection of polygons, 3D graphics;
ply_io, a MATLAB code which reads or writes a 3D graphics file in PLY format, by Greg Turk;
ply_to_iv, a C code which converts a 3D graphics file from PLY format to Inventor (IV) format, by Greg Turk.
ply_to_obj, a C code which reads a PLY 3D graphics file and writes an equivalent OBJ graphics file, by Greg Turk.
ply_to_tri_surface, a MATLAB code which reads a PLY file and extracts the surface mesh data as a TRI_SURFACE dataset.
polygonal_surface_display, a MATLAB code which reads two files defining a polygonal surface and displays it.
quadrilateral_surface_display, a MATLAB code which reads files defining a 3D quadrilateral mesh surface and displays it.
stla_display, a MATLAB code which reads an ASCII STL file defining a 3D object and displays it.
tet_mesh_display, a MATLAB code which reads files defining a tet mesh and displays an image.
tri_surface_display, a MATLAB code which reads data defining a triangular mesh of a 3D surface and displays it.
triangulation_order1_display, a MATLAB code which reads files defining a piecewise constant triangulation of data, and displays a corresponding 3D surface.