Skip to content

Commit

Permalink
FreeCAD-VR: Small cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
jriegel committed Sep 18, 2014
1 parent 719c6e9 commit a81308a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion src/Gui/CoinRiftWidget.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 0 additions & 7 deletions src/Gui/View3DInventorViewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit a81308a

Please sign in to comment.