|
Usage: obj2off [options] [input_file] Convert files in OBJ format to OFF format. Only v, e and f statements are processed. If input_file is not given the program reads from standard input. Options -h,--help this help message (run 'off_util -H help' for general help) --version version information -d <dgts> number of significant digits (default 16) or if negative then the number of digits after the decimal point -o <file> write output to file (default: write to standard output)
obj2off cube.obj > cube.off
Up:
Programs and Documentation
Next:
off_color - add colours to an OFF file