
3D-Rescue Viewer
****************

Commandline parameters:
-----------------------
You can get an overview over the available parameters by typing
    ./3Drescue --help on a console prompt.

Some common use-cases are detailed in the following lines.

Connecting to a kernel (specifiying a port is only necessary if your
kernel is not using the default port):

    ./3Drescue -H <hostname> 
    or
    ./3Drescue -H <hostname> -p port

Replaying a logfile:
    ./3Drescue -f <rescue.log> -a <action.log>
    or
    ./3Drescue -d <directory>

The second command will search for a rescue.log and action.log in the
specified directory.


Compare a run with a previous one:
./3Drescue (-f <filename> | -H <hostname>) -cf <rescue.log>


Mouse controls:
---------------

3D-View:

Hold the left mousebutton and drag the mouse to rotate the view.
Hold the middle button and drag to pan the view.
Hold the right button and move up/down to zoom.

2D-View:

Click on a building in order to center the 3D-View on this building.

Keyboard controls:
------------------

3D/2D-View:
q       Quit
,       Reduce speed
.       Increase speed
t       toggle building transparency
f       toggle fires
s       Toggle smoke

3D-View:
<space> Center view

Graph window:
<left>  cycle trough graphs backwards
<right>  cycle trough graphs forwards

The meaning of colors
---------------------
    green   -   civilian or refuge
    red     -   fire brigade or fire department
    yellow  -   police or police office
    white   -   ambulance team or ambulance station

