obj2xyz

NAME

obj2xyz - converts an 'obj' file to a point cloud

SYNOPSIS

obj2xyz [-?|-h|--help]

DESCRIPTION

obj2xyz converts the vertices of the 'obj' file (Wavefront's Advanced Visualizer format) to a list of points. The x, y and z coordinates are separated by spaces. It takes its input from the standard input and returns the result to the standard output. The obj format specification can be found at http://en.wikipedia.org/wiki/Wavefront_.obj_file.

OPTIONS

-h,--help,-?

Refer to the manual page

AUTHORS

Written by Pierre Smars (first version: 2017)

BUGS

Reports of bugs or problems should be submitted via electronic mail to <smars@yuntech.edu.tw>.

COPYRIGHT

Copyright (C) 2017 Pierre Smars. License GPLv2 <http://www.gnu.org/licenses/gpl-2.0.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

SEE ALSO

obj2pt(1)

Pierre SMARS (tools, home page)