mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
31 lines
892 B
XML
31 lines
892 B
XML
<?xml version="1.0" ?>
|
|
<Cluster masterAddress="localhost" externalControlPort="20500">
|
|
<Settings>
|
|
<Display swapInterval="0" />
|
|
</Settings>
|
|
<Node address="localhost" port="20401">
|
|
<Window fullScreen="false" name="OpenSpace" draw2d="false">
|
|
<Stereo type="none" />
|
|
<Size x="1280" y="720" />
|
|
<Pos x="50" y="50" />
|
|
<Viewport tracked="true">
|
|
<Pos x="0.0" y="0.0" />
|
|
<Size x="1.0" y="1.0" />
|
|
<EquirectangularProjection quality="1k" />
|
|
</Viewport>
|
|
</Window>
|
|
<Window fullScreen="false" name="GUI" tags="GUI" draw3d="false">
|
|
<Stereo type="none" />
|
|
<Size x="1280" y="720" />
|
|
<Pos x="50" y="50" />
|
|
<Viewport>
|
|
<Pos x="0.0" y="0.0" />
|
|
<Size x="1.0" y="1.0" />
|
|
</Viewport>
|
|
</Window>
|
|
</Node>
|
|
<User eyeSeparation="0.065">
|
|
<Pos x="0.0" y="0.0" z="0.0" />
|
|
</User>
|
|
</Cluster>
|