Opens a VRML file and writes out header information consistent with VRML formatting.
'wave.wrl'
)
Content-type: x-world/x-vrml
SceneInfo A scalar or array of strings containing comments about the scene.
StdOut Directs the output to standard out, rather than to a file.
Title A scalar string specifying the title of the created VRML world.
Version A scalar string. If the VRML version is not "1.0 ascii", then this keywords indicates it: e.g.:
Version = '1.1 qf8b'
.
.wrl
file and writes the required header information to the file. VRML_OPEN must precede all other VRML routines, and the file must be closed using the VRML_CLOSE procedure.
VRML_OPEN, 'test_vrml.wrl', Title = 'Test VRML' ... VRML_CLOSE