obj2xyz - converts an 'obj' file to a point cloud
obj2xyz [-?|-h|--help]
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.
Refer to the manual page
Written by Pierre Smars (first version: 2017)
Reports of bugs or problems should be submitted via electronic mail to <smars@yuntech.edu.tw>.
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.
obj2pt(1)