Running 3D Visualizer: Alaska Example Data¶
These instructions assume that 3D Visualizer was installed in its base directory, (see steps 4 and 6 in the installation guide).
Heads up!
Angle brackets <> in commands below are placeholders, meaning that you have to replace everything between, and including, the angle brackets with some text that depends on your specific circumstances.
-
Change into 3D Visualizer base directory by running:
cd ~/src/3DVisualizer-<version> -
Download the example data tarball AlaskaData.tar.gz.
-
Unpack the example data tarball in the 3D Visualizer directory, using either:
tar xfz <download path>/AlaskaData.tar.gzOr:
tar xf <download path>/AlaskaData.tar -
On MacOS X: Start X11. 3D Visualizer requires a running X server but, if preferred, it can be started from a MacOS X terminal instead of xterm.
-
To run 3D Visualizer on the example data, run either:
./bin/3DVisualizer -palette AlaskaData/slab2.pal AlaskaData/slab2.inOr (with the full command line):
./bin/3DVisualizer -palette AlaskaData/slab2.pal -class MultiCitcomtFile AlaskaData/slab2.dat Temp "log(Visc)" -
See Vrui's HTML documentation or 3D Visualizer's user's guide on Vrui's basic user interface and how to use 3D Visualizer.