FreeCAD-VR: fix Z direction

This commit is contained in:
jriegel
2014-09-17 19:13:48 +02:00
parent 649f6bc97a
commit 5f9ac2ea68

View File

@@ -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 ;