obj_to_ply


obj_to_ply, a C code which converts an Alias OBJ file to a PLY file, by Greg Turk.

Usage:

obj_to_ply [flags] < file.obj > file.ply
where Note that the "-f" flag flips the vertex order in polygons.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

obj_to_ply is available in a C version.

Related Data and Programs:

obj_to_ply_test

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.

Author:

Greg Turk

Source Code:


Last revised on 21 July 2019.