ivToVRML converts a .iv file to VRML format (VRML 1.0 or 2.0).
| -o filename | Write output to filename. |
| -d inlineDir | A directory path. When converting SoFile to WWWInline nodes, write converted file to InlineDir. |
| -v | Generate VRML 2.0 output. (If this flag is not specified, VRML 1.0 output is generated.) |
| -f | Expand File nodes instead of converting to WWWInline nodes. |
| -t | Expand Texture2 nodes. |
| -u | Write unknown nodes to output instead of removing them |
| -h | This message (help). |
If given a filename of '-' or if not given any filenames, standard input will be read. If the -o option is not used to specify the output filename, the converted VRML file is written to standard output
ivToVRMLAction inputfile.iv -o outputfile.iv
SoToVRMLAction, SoToVRML2Action