obj_to_ply, a C code which converts an Alias OBJ file to a PLY file, by Greg Turk.
obj_to_ply [flags] < file.obj > file.plywhere
The information on this web page is distributed under the MIT license.
obj_to_ply is available in a C version.
obj, a data directory which contains some information about the Alias OBJ format.
plato_ply, a C program which creates a Platonic solid and writes it to an ASCII PLY file.
ply, a data directory which contains some information about the PLY format.
ply_to_iv, a C program which can convert a PLY file to the IV format.
ply_io, a C library which has some routines needed by OBJ_TO_PLY.
ply_to_obj, a C program which reads a PLY 3D graphics file and writes an equivalent OBJ graphics file.
Greg Turk