ofxOculusRift
ofxOculusRift copied to clipboard
ofxOculusRift
I'm using the ofxOculusRift addon and I'm running into some problems when using it in my own project. The examples run fine, but when I try to build in my...
Nice time to Merge the branches with then changes so we can continue to develop for DK2. I've also added the Pull request from @obviousjim 's latest changes into develop....
Currently this crashes upon app exit. Quick fix for now... comment out System::Destroy(); See below. ofxOculusRift::~ofxOculusRift(){ if(bSetup){ pSensor.Clear(); pManager.Clear(); //System::Destroy(); bSetup = false; } }