Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. <?xml version="1.0" ?>
  2. <Cluster masterAddress="localhost">
  3. <!-- <Scene>
  4. <Orientation yaw="0.0" pitch="-27.0" roll="0.0" />
  5. <Offset x="0.0" y="0.0" z="0.0" />
  6. <Scale value="1.0" />
  7. </Scene> -->
  8. <Node address="localhost" port="20401">
  9. <Window fullScreen="true" monitor="1" border="false" name="OpenSpace">
  10. <Pos x="1920" y="00" />
  11.  
  12. <Stereo type="none" />
  13. <!-- 16:9 aspect ratio -->
  14. <Size x="1200" y="1200" />
  15. <!-- Frame buffer resolution
  16. <Res x="4096" y="4096" /> -->
  17. <!--
  18. quality options (cubemap size):
  19. - low (256)
  20. - medium (512)
  21. - high/1k (1024)
  22. - 2k (2048)
  23. - 4k (4096)
  24. - 8k (8192)
  25. tilt specifies the dome tilt angle in degrees from the horizontal
  26. -->
  27. <Viewport name="fisheye">
  28. <Pos x="0.0" y="0.0" />
  29. <Size x="1.0" y="1.0" />
  30. <FisheyeProjection fov="180" quality="2k" tilt="55.0">
  31. <Background r="0" g="0" b="0" a="1.0" />
  32. </FisheyeProjection>
  33. </Viewport>
  34. </Window>
  35.  
  36.  
  37. <Window fullScreen="false" name="GUI" tags="GUI">
  38. <Stereo type="none" />
  39. <Size x="800" y="800" />
  40. <Res x="2048" y="2048" />
  41. <Pos x="0" y="0" />
  42. <Viewport>
  43. <Pos x="0.0" y="0.0" />
  44. <Size x="1.0" y="1.0" />
  45. </Viewport>
  46. </Window>
  47. </Node>
  48. <User eyeSeparation="0.06">
  49. <Pos x="0.0" y="0.0" z="0.0" />
  50. </User>
  51. </Cluster>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement