diff --git a/src/Gui/CoinRiftWidget.cpp b/src/Gui/CoinRiftWidget.cpp index 0d23de727..ba1b89ffd 100644 --- a/src/Gui/CoinRiftWidget.cpp +++ b/src/Gui/CoinRiftWidget.cpp @@ -1,5 +1,5 @@ /**************************************************************************\ -* Copyright (c) Bastiaan Veelo (Bastiaan a_t Veelo d_o_t net) +* Copyright (c) Bastiaan Veelo (Bastiaan a_t Veelo d_o_t net) & Juergen Riegel (FreeCAD@juergen-riegel.net) * All rights reserved. Contact me if the below is too restrictive for you. * * Redistribution and use in source and binary forms, with or without diff --git a/src/Gui/View3DInventorViewer.cpp b/src/Gui/View3DInventorViewer.cpp index 1a98287ed..be958c4cf 100644 --- a/src/Gui/View3DInventorViewer.cpp +++ b/src/Gui/View3DInventorViewer.cpp @@ -1650,15 +1650,8 @@ void View3DInventorViewer::viewVR(void) if(oculusUp()) oculusStop(); else{ -#if 0 - // start and load the simple test scene: - oculusSetTestScene(oculusStart()); -#else View3DInventorRiftViewer* riftWin = oculusStart(); riftWin->setSceneGraph(pcViewProviderRoot); - -#endif - } #endif }