Blobby Readme -- William Baker -- wtbaker@uiuc.edu

*************

Usage:

python blobby.py

*************

Intro:

This is the standard blobby man, implemented in VPython.  This is just
a demo, there are probably features that could (and should) be improved.

*************

Fun Facts:

This demo demonstrates:

    - Python
    - VPython
    - Mouse picking and handling mouse input
    - Building an object hierarchy
    - Apply rotations
    - Changing object colors

*************

Controls:

This app uses a 3 button mouse.

Left Button:  Move the selected limb.
Middle Button:  Select a limb/body part to rotate.
Right Button:  Standard VPython, rotate the world frame.

*************

Issues:

The rotation used in this program is somewhat of a kludge.  You will
see I have just picked 2 axes to use, and they aren't updated in anyway.

*************

