Vorlon 1.2
VRML97 Validator by Trapezium

[ Download Vorlon | Vorlon Home ]

Vorlon is a pure Java console application. It is invoked from the command prompt and sends all output to the console. (For a more user-friendly front end, you can perform Vorlon validation with Chisel, a VRML optimizer and compression tool also developed by Trapezium).

Contents


Instructions

Running Vorlon

You can run Vorlon on any platform that supports Java by invoking the Java interpreter for that platform. On a Windows system you also have the option of running vorlon.exe directly.

Each method is described below. Setup refers to changes you may have to make in your configuration to use that method, and Command refers to what you enter at the command prompt (for example, the C: prompt in an MS-DOS window on a Windows system).:

File Parameter Options

  1. To check multiple files:
    1. java trapezium.vorlon file1.wrl file2.wrl ...

    or (Windows only):

      vorlon file1.wrl file2.wrl ...

  2. To check multiple files using wildcards:
    1. java trapezium.vorlon *.wrl

    or (Windows only):

      vorlon *.wrl

  3. To check a list of files:
    1. java trapezium.vorlon list=filelist

    or (Windows only):

      vorlon list=filelist 

    In either case filelist is the name of a text file containing one URL per line.


Command Line Switches 

    -url

    recursively check every VRML file specified in the url field of an Anchor, Inline or EXTERNPROTO

    -fetch

    make a local copy of wrl without checking

    -humanoid

    verify conformance to the h-anim working group specification for humanoids

    -nowarning

    suppress warning messages

    -conformance

    limit checking to base profile conformance, Table 7-1 of VRML 97 specification

Support

Since Vorlon is freeware, only email support is available. Send questions and comments to vorlon@trapezium.com. Or you can use our online bug report form.


Copyright © 1997-1998 by Trapezium Development LLC. All rights reserved.