FreeCAD-VR: command integration

This commit is contained in:
jriegel
2014-09-13 10:18:52 +02:00
parent 7762a361a9
commit 6f8d6e9c26
7 changed files with 75 additions and 7 deletions

View File

@@ -33,7 +33,11 @@
#include "PreCompiled.h"
#if _USE_OCULUS_RIFT_SDK
#if BUILD_VR
#ifndef OCULUS_FOUND
# error "Build VR without the Oculus SDK makes no sense at all"
#endif
#define USE_SO_OFFSCREEN_RENDERER
//#define USE_FRAMEBUFFER
@@ -480,4 +484,4 @@ int oculusTest(void)
//return app.exec();
}
#endif //_USE_OCULUS_RIFT_SDK
#endif //BUILD_VR