ply_io, a C cpde which reads and writes files in the PLY format, which describes a 3D polygonal mesh, by Greg Turk.
The information on this web page is distributed under the MIT license.
ply_io is available in a C version and a MATLAB version and an Octave version.
obj_to_ply, a C code which converts an OBJ file to a PLY file.
plato_ply, a C code which writes out any of the five Platonic solids as a PLY file.
ply, a data directory which contains some information about the PLY format.
ply_io, a C code which reads or writes a 3D graphics file in PLY format, by Greg Turk;
ply_to_iv, a C code which converts a PLY file to an Inventor file.
ply_to_obj, a C code which reads a PLY 3D graphics file and writes an equivalent OBJ graphics file.
Greg Turk