From 719c6e9425b63a82d8d81b892186b0eef861f1f5 Mon Sep 17 00:00:00 2001 From: jriegel Date: Wed, 17 Sep 2014 19:13:48 +0200 Subject: [PATCH] FreeCAD-VR: fix Z direction --- src/Gui/View3DInventorRiftViewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/View3DInventorRiftViewer.cpp b/src/Gui/View3DInventorRiftViewer.cpp index b4857efff..5d8613411 100644 --- a/src/Gui/View3DInventorRiftViewer.cpp +++ b/src/Gui/View3DInventorRiftViewer.cpp @@ -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 ;