Update SGCT repository

Set dashboard framerate default to average framerate
Change Spout_output cube resolution to 1536 (1.5k)
This commit is contained in:
Alexander Bock
2018-01-01 15:02:10 -05:00
parent 72b5b8b8c7
commit 389290d657
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
<Viewport name="Spout">
<Pos x="0.0" y="0.0" />
<Size x="1.0" y="1.0" />
<SpoutOutputProjection quality="1k">
<SpoutOutputProjection quality="1.5k">
<Background r="0.1" g="0.1" b="0.1" a="1.0" />
</SpoutOutputProjection>
</Viewport>

View File

@@ -147,7 +147,7 @@ DashboardItemFramerate::DashboardItemFramerate(ghoul::Dictionary dictionary)
}
}
else {
_frametimeType = static_cast<int>(FrametimeType::FPS);
_frametimeType = static_cast<int>(FrametimeType::FPSAvg);
}
addProperty(_frametimeType);