FreeCAD-VR: Proper light handling

This commit is contained in:
jriegel
2014-09-17 18:55:51 +02:00
parent 8cb69fead7
commit 649f6bc97a
2 changed files with 11 additions and 18 deletions

View File

@@ -67,7 +67,7 @@ View3DInventorRiftViewer::View3DInventorRiftViewer() : CoinRiftWidget()
setBackgroundColor(SbColor(51,51,101));
basePosition = SbVec3f(0.0f, 0.5f, 0.5f);
basePosition = SbVec3f(0.0f, 0.5f, 0.8f);
}
//void saveWinPostion(void)