mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-27 14:39:20 -06:00
Set dashboard framerate default to average framerate Change Spout_output cube resolution to 1536 (1.5k)
30 lines
922 B
XML
30 lines
922 B
XML
<?xml version="1.0" ?>
|
|
<Cluster masterAddress="localhost">
|
|
<!-- <Settings>
|
|
<Display swapInterval="0" />
|
|
</Settings>
|
|
-->
|
|
<!-- <Scene>
|
|
<Orientation yaw="0.0" pitch="-27.0" roll="0.0" />
|
|
<Offset x="0.0" y="0.0" z="0.0" />
|
|
<Scale value="1.0" />
|
|
</Scene>
|
|
-->
|
|
<Node address="localhost" port="20401">
|
|
<Window fullScreen="false" numberOfSamples="4" name="OpenSpace">
|
|
<Stereo type="none" />
|
|
<Size x="1024" y="1024" />
|
|
<Viewport name="Spout">
|
|
<Pos x="0.0" y="0.0" />
|
|
<Size x="1.0" y="1.0" />
|
|
<SpoutOutputProjection quality="1.5k">
|
|
<Background r="0.1" g="0.1" b="0.1" a="1.0" />
|
|
</SpoutOutputProjection>
|
|
</Viewport>
|
|
</Window>
|
|
</Node>
|
|
<User eyeSeparation="0.06">
|
|
<Pos x="0.0" y="0.0" z="0.0" />
|
|
</User>
|
|
</Cluster>
|