mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-20 03:00:03 -06:00
Start to implement stereo support with adaptive stereoscopic depth
This commit is contained in:
@@ -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](){
|
||||
|
||||
Reference in New Issue
Block a user