mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 19:29:04 -05:00
6a6114ab84
Add __CONTEXT__ lines to last shader files
39 lines
1.0 KiB
XML
39 lines
1.0 KiB
XML
<?xml version="1.0" ?>
|
|
<Cluster masterAddress="127.0.0.1">
|
|
<Node address="127.0.0.1" port="20401">
|
|
<Window fullScreen="false">
|
|
<Stereo type="side_by_side" />
|
|
<!-- <Stereo type="side_by_side_inverted" /> -->
|
|
<Pos x="200" y="300" />
|
|
<!-- 16:9 aspect ratio -->
|
|
<Size x="1280" y="360" />
|
|
<Viewport eye="left">
|
|
<Pos x="0.0" y="0.0" />
|
|
<Size x="0.5" y="1.0" />
|
|
<Viewplane>
|
|
<!-- Lower left -->
|
|
<Pos x="-1.778" y="-1.0" z="0.0" />
|
|
<!-- Upper left -->
|
|
<Pos x="-1.778" y="1.0" z="0.0" />
|
|
<!-- Upper right -->
|
|
<Pos x="1.778" y="1.0" z="0.0" />
|
|
</Viewplane>
|
|
</Viewport>
|
|
<Viewport eye="right">
|
|
<Pos x="0.5" y="0.0" />
|
|
<Size x="0.5" y="1.0" />
|
|
<Viewplane>
|
|
<!-- Lower left -->
|
|
<Pos x="-1.778" y="-1.0" z="0.0" />
|
|
<!-- Upper left -->
|
|
<Pos x="-1.778" y="1.0" z="0.0" />
|
|
<!-- Upper right -->
|
|
<Pos x="1.778" y="1.0" z="0.0" />
|
|
</Viewplane>
|
|
</Viewport>
|
|
</Window>
|
|
</Node>
|
|
<User eyeSeparation="0.065">
|
|
<Pos x="0.0" y="0.0" z="4.0" />
|
|
</User>
|
|
</Cluster> |