int DrawOpenVRML(MPI_Comm comm,char* fname,char *title, Draw* inctx)
comm | - the communicator that will share the viewer |
fname | - the file on which to open, or null for stdout |
title | - the title to put in the title bar |
-novrml | - Disables all output |
-vrmlfile <name> | - Specifies name of VRML output file. Overrides the parameter fname |
-vrmlnolod | - Does not use LOD (level of detail nodes) |
-vrmllodthresh <value> | - Set distance for LOD thresholding |
-vrmlwww <name> | - Generates separate WWW files for each page. <name> is the name of the URL; it MUST contain a %d to indicate the page number. |
-vrmlwwwform <name> | - Specifies the string that names the files used by -vrmlwww ; it must contain a %d to indicate the page number. |
-vrmliv | - Uses Inventor form instead of VRML |
-vrmlgcoord | - Uses graphics (z in, y down) rather than human (z up, y in) coordinate system. This is automatic for VRML version 2. |
-vrml2 | - Uses VRML version 2 (not yet supported) |
Location: src/draw/impls/vrml/vrmlops.c
Graphics (Draw) Index
Table of Contents