mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-27 07:18:57 -06:00
- Added support for volume caching - Fixed bug when moving camera in the direction or the origin causing position lock - Fixed camera being to only being affected on SGCT_PRESS and SGCT_REPEAT
29 lines
736 B
XML
29 lines
736 B
XML
<?xml version="1.0" ?>
|
|
<Cluster masterAddress="localhost">
|
|
<Settings>
|
|
<Display swapInterval="1" />
|
|
</Settings>
|
|
<Node address="localhost" port="20401">
|
|
<Window fullScreen="false">
|
|
<!-- 16:9 aspect ratio -->
|
|
<Size x="1280" y="720" />
|
|
<!--<Size x="640" y="310" />-->
|
|
<Pos x="500" y="50.0" />
|
|
<Viewport>
|
|
<Pos x="0.0" y="0.0" />
|
|
<Size x="1.0" 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> |