ofxOculusRift icon indicating copy to clipboard operation
ofxOculusRift copied to clipboard

ofxOculusRift

Results 4 ofxOculusRift issues
Sort by recently updated
recently updated
newest added

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; } }