mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 19:29:04 -05:00
30 lines
902 B
XML
30 lines
902 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" 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>
|