mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-18 02:49:03 -06:00
Update SGCT repository
Set dashboard framerate default to average framerate Change Spout_output cube resolution to 1536 (1.5k)
This commit is contained in:
@@ -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>
|
||||
|
||||
2
ext/sgct
2
ext/sgct
Submodule ext/sgct updated: e52ea7153d...7f56f724c1
@@ -147,7 +147,7 @@ DashboardItemFramerate::DashboardItemFramerate(ghoul::Dictionary dictionary)
|
||||
}
|
||||
}
|
||||
else {
|
||||
_frametimeType = static_cast<int>(FrametimeType::FPS);
|
||||
_frametimeType = static_cast<int>(FrametimeType::FPSAvg);
|
||||
}
|
||||
addProperty(_frametimeType);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user