Group 3:

This is [most] of our current code which we will try to keep somewhat up to date.

Since this particular location is by no means the official location for the class' code,
we do not gurantee that anything here will work for you, though we won't check in anything
that doesn't work for us (in some way).

4/4/11:
> The SceneDrawerMain is an example program that demonstrates the 
> functionalities of the SceneDrawer including: the DepthMap, creating 
> labels, and setting text to labels. It also uses the GestureRecognizer
> as an interface to the gesture hand and user generators. 

3/31/11:
> The GestureRecognizer is pretty much good to go, and the SceneDrawer is
> mostly hacked out of an OpenNI demo (Sample-NiUserTracker). We changed
> the SceneDrawer to use the GestureRecognizer instead of using OpenNI
> directly as an example of how to use it. Later we will add some stuff
> to make it easier to draw text on top of the scene.
>
> The "HandTracker" stuff is a simple P.O.C. JNI wrapper around some of
> the GestureRecognizer stuff which the Java groups can use. As of now,
> I have only run/tested this on an Ubuntu 10.10 64-bit system.
>
> NOTE: you will have to change the Makefile to suit your setup! (and please don't check that back in)

