mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 04:30:09 -05:00
26 lines
670 B
XML
26 lines
670 B
XML
<?xml version="1.0" ?>
|
|
<Cluster masterAddress="127.0.0.1">
|
|
<Node address="127.0.0.1" port="20401">
|
|
<Window fullScreen="false">
|
|
<Stereo type="none" />
|
|
<!-- 16:9 aspect ratio -->
|
|
<Size x="512" y="512" />
|
|
<!-- Frame buffer resolution
|
|
<Res x="4096" y="4096" /> -->
|
|
<!--
|
|
quality options (cubemap size):
|
|
- low (256)
|
|
- medium (512)
|
|
- high/1k (1024)
|
|
- 2k (2048)
|
|
- 4k (4096)
|
|
- 8k (8192)
|
|
tilt specifies the dome tilt angle in degrees from the horizontal
|
|
-->
|
|
<Fisheye fov="165.0" quality="medium" tilt="27.0" />
|
|
</Window>
|
|
</Node>
|
|
<User eyeSeparation="0.065">
|
|
<Pos x="0.0" y="0.0" z="0.0" />
|
|
</User>
|
|
</Cluster> |