DooVR
twoDim.h
1 
2 #include "Utilities.h"
3 
4 #include <time.h>
5 
7 namespace twoDim{
8 
10  int run2D();
11 }
Namespace that handles rendering to a 2D display.
Definition: twoDim.h:7
int run2D()
Handles tracking devices and objects in a scene. Renders to a 2D display.
Definition: twoDim.cpp:20