MDVIEW by Ken Silverman (http://advsys.net/ken)
------------------------------------------------------------------------------
Before adding big features to a mature program, I always like to write small
test programs first. MDVIEW was the test program I made for rendering MD2
(and later MD3) polygonal models just before adding these features to JonoF's
Build port. MD3 models on support a single skin and the 'DEF' syntax is not
supported.

The included source code is made for Microsoft Visual C/C++ 6.0. It should
work with later versions of Visual C. If you're having trouble compiling the
code, please refer to my Voxlap source code release notes, where I provide
some hints on how to set things up.

You are free to distribute and/or modify the MDVIEW viewer or source code. If
you use a part of the source code for anything, all I ask is that you show my
name and website somewhere in your distribution.

------------------------------------------------------------------------------
Command line:
   >mdview [MD2/MD3]

Main controls:
    ESC: quit
      L: load new MD2/MD3 model
      P: load new skin
     F1: show help dialog

Camera controls:
  Space: toggle animation
      T: toggle texture
      B: toggle background color
      Q: draw solid     (GL_FILL )
      W: draw wireframe (GL_LINE )
      E: draw points    (GL_POINT)

Rendering controls: (Note: KP stands for KeyPad)
   Up or Down: move forward or backward
Left or Right: move left or right (strafe)
 RCtrl or KP0: move up or down
        Mouse: rotate left/right/up/down
    RMB+Mouse: tilt
       , or .: rotate left/right
 PGUP or PGDN: rotate up/down
   KP* or KP/: zoom in,out
            /: reset position, orientation, zoom
   Left Shift: 1/4x speed
  Right Shift: 4x speed

------------------------------------------------------------------------------
History:
05/17/2004: Found original MD2 code (David Henry's tutorial)
05/19/2004: MD2TRY: my original MD2 viewer
05/20/2004: MD2 support integrated into JFBuild
??/??/2004: MD2TRY -> MD2VIEW (<=09/11/2004: MD2VIEW)
04/28/2005: Added basic MD3 support. (MD2VIEW -> MDVIEW)
05/03/2005: MD3 support integrated into JFBuild
07/19/2005: Released MDVIEW.EXE (somewhere, but don't remember where :P)
11/19/2005: Released MDVIEW.* and KPLIB.C
12/10/2006: Added 'P': load new skin. Remapped keys: 'S'->'Q', 'P'->'E'

------------------------------------------------------------------------------
