Sample: Q Demo 2
----------------

Usage:
------

Command line:

  qdemo2 <options>

Options:

  [-f] : no fullscreen
  [-s] : display statistics layer on start
  [-g] <w> <h> : specify the initial resolution of the screen (default: w=1024 h=768)
  [-?] [-h] : display help

Controls (Playstation 2):

  [left stick] : move Jan Seth
  [right stick] : run/turn, look up/down
  [L1] : floating mode
  [L2] : fire entropy slugs
  [R2] : fire flares
  [circle] : activate
  [square] : change camera
  [triangle] : activate Jan Seth's stealth suit
  [left thumb] : display statistics layer

Controls (Xbox):

  [left stick] : move Jan Seth
  [right stick] : run/turn, look up/down
  [black] : floating mode
  [left trigger] : fire entropy slugs
  [right trigger] : fire flares
  [A] : activate
  [X] [Y] : change camera
  [B] : activate Jan Seth's stealth suit
  [left thumb] : display statistics layer

Controls (Others):

  [arrow keys] : move Jan Seth
  [shift key] : run
  [mouse left/right] : turn
  [mouse up/down] : look up/down
  [left mouse click] : fire entropy slugs
  [right mouse click] : fire flares
  [space] : activate
  [+] [-] : change camera
  [s] : display statistics layer
  [F1] : display console
  [F2] : floating mode
  [F3] : activate Jan Seth's stealth suit
  [F4] : load tweaker file
  [?] : display the controls
  [escape] : leave the menu or the scene

Purpose:
--------

  Illustrates how to build a complex application with Q.

Description:
------------

  Q Demo 2 is a multi-zone interactive mini-game demo featuring a
  player-controllable character, doors, switches, creatures, combat, shader
  and lighting effects, ambience and effect audio, lighting and shading
  effects and cut scene scripting. The demo is structured as a game with a
  menu screen and closing credits. A production guide is supplied detailing
  how the demo is structured and built from the media.
  
  The production guide is available at ../../../doc/qdemo2/index.html.

Other samples:
--------------

Q Demo 1:

  Illustrates how to build a fairly complex application with Q.

  Q Demo 1 is available at ../../../samples/demos/qdemo/.

