Start to implement stereo support with adaptive stereoscopic depth

This commit is contained in:
Emil Axelsson
2018-02-14 15:05:52 +01:00
parent 2cd16e54b1
commit 499879c84e
12 changed files with 160 additions and 71 deletions

View File

@@ -51,7 +51,7 @@ namespace {
namespace openspace {
SGCTWindowWrapper::SGCTWindowWrapper()
: _eyeSeparation(EyeSeparationInfo, 0.f, 0.f, 10.f)
: _eyeSeparation(EyeSeparationInfo, 0.f, 0.f, 0.2f)
, _showStatsGraph(ShowStatsGraphInfo, false)
{
_showStatsGraph.onChange([this](){