antiprism_addons-0.1

Up    Next
Antiprism Addons

vrml2off - Convert vrml to OFF or to Hedron txt file

Usage    |    Examples    |    Notes

Usage



Usage: vrml2off [options] [input_file]

vrml2off will convert a Hedron or Stella generated vrml file to off format.
It does not work with Antiprism vrml.

Options
  -h,--help this help message (run 'off_util -H help' for general help)
  --version version information
  -s        adjusts average edge length to 1 (unless -n is used)
  -m        in case of multiple nets, merge them into one
  -d <dgts> number of significant digits (default 16) or if negative
            then the number of digits after the decimal point
  -o <file> file name for output (otherwise prints to stdout)
  
Hedron Options
  -f <file> outputs Hedron text format to file
  -c        estimates colors from OFF file
  -r        detect rhombi. D parameter added if found
  -p        detect star polygons
  -x        exclude coordinates
  -t        force all faces transparent

Examples

Convert a vrml to off file
vrml2off (vrml file) > (off file)


Notes

vrml2off was developed by Roger Kaufman. Converting vrml is difficult as it can appear is so many different formats. This programs was written for converting Hedron or Stella vrml to off. It has also worked with some of George Hart's vrml files.

Up: Programs and Documentation
Next: alt_color - Alternate Color Methods