Skip to content

Commit

Permalink
FreeCAD-VR: fix Z direction
Browse files Browse the repository at this point in the history
  • Loading branch information
jriegel committed Sep 17, 2014
1 parent b5c2554 commit 719c6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/View3DInventorRiftViewer.cpp
Expand Up @@ -44,7 +44,7 @@ View3DInventorRiftViewer::View3DInventorRiftViewer() : CoinRiftWidget()

rotation1 = new SoRotationXYZ ;
rotation1->axis.setValue(SoRotationXYZ::X);
rotation1->angle.setValue(M_PI/2);
rotation1->angle.setValue(-M_PI/2);
workplace->addChild(rotation1);

rotation2 = new SoRotationXYZ ;
Expand Down

0 comments on commit 719c6e9

Please sign in to comment.