|
Usage: off2obj [options] [input_file] Convert an OFF file to Wavefront OBJ file format. Options -h,--help this help message (run 'off_util -H help' for general help) --version version information -m <file> generate mtl file. file name is hardcoded into obj file -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)
off2obj cube > cube.obj
Up:
Programs and Documentation
Next:
obj2off - convert a Wavefront OBJ file to OFF format