FreeCAD-VR: fix Z direction

This commit is contained in:
jriegel 2014-09-17 19:13:48 +02:00
parent b5c2554378
commit 719c6e9425

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 ;