mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 00:44:43 -05:00
36 lines
1.3 KiB
XML
36 lines
1.3 KiB
XML
<?xml version="1.0" ?>
|
|
<Cluster masterAddress="localhost">
|
|
<!-- <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="1k">
|
|
<Background r="0.1" g="0.1" b="0.1" a="1.0" />
|
|
</SpoutOutputProjection>
|
|
</Viewport>
|
|
</Window>
|
|
<Window fullScreen="false" numberOfSamples="4" name="OpenSpace" tags="GUI">
|
|
<Size x="1024" y="1024" />
|
|
<Viewport>
|
|
<Pos x="0.0" y="0.0" />
|
|
<Size x="1.0" y="1.0" />
|
|
<PlanarProjection>
|
|
<FOV down="16.875" left="30.0" right="30.0" up="16.875" />
|
|
<Orientation heading="0.0" pitch="0.0" roll="0.0" />
|
|
</PlanarProjection>
|
|
</Viewport>
|
|
</Window>
|
|
</Node>
|
|
<User eyeSeparation="0.06">
|
|
<Pos x="0.0" y="0.0" z="0.0" />
|
|
</User>
|
|
</Cluster>
|