||Tracker Server||

The original system for rendering images to the HMD results in jerkyness. When the user shakes his/her head, the data used to draw the images on the HMD is not updated frequently enough.

We had the program set to request tracker information in a "polling" setting. Our diagnostic program reports that in this mode, the tracker can get ~45 samples a second. This is without any stress from rendering.

To remedy this, we made a server program that allowed the tracker data to be available to any applications/processes that need its data.

The image below was created before we switched the the server-client sysem, hence "current" is now "old".