ply_io, a C cpde which reads and writes files in the PLY format, for objects described as collections of polygons, 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,
OBJ_TO_PLY, a C program which converts an OBJ file to a PLY file.
PLATO_PLY, a C program 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 library which reads or writes a 3D graphics file in PLY format, by Greg Turk;
PLY_TO_IV, a C program which converts a PLY file to an Inventor file.
PLY_TO_OBJ, a C program which reads a PLY 3D graphics file and writes an equivalent OBJ graphics file.
Greg Turk