[ 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).
Instructions
Release Notes for Version 1.5
Support
License
Vorlon Home
Trapezium Home
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).:
Setup
Add vorlon.jar to the classpath
Command
java trapezium.vorlon file.wrl
where file.wrl is either the name of a local file or a full URL.
Setup
Add the directory containing vorlon.jar and vorlon.exe to the path (the system path, not the classpath).
Command
vorlon file.wrl
where file.wrl is either the name of a local file or a full URL.
java trapezium.vorlon file1.wrl file2.wrl ...
or (Windows only):
vorlon file1.wrl file2.wrl ...
java trapezium.vorlon *.wrl
or (Windows only):
vorlon *.wrl
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Vorlon is freeware, but email support is available. Send questions and comments to vorlon@trapezium.com.