Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2021
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.03 KB | None | 0 0
  1. <?xml version="1.0"?>
  2.  
  3. <PropertyList>
  4.   <sim>
  5.     <rendering>
  6.       <camera-group>
  7.         <window>
  8.           <name type="string">main</name>
  9.           <host-name type="string"></host-name>
  10.           <display>1</display>
  11.           <screen>0</screen>
  12.           <x>0</x>
  13.           <y>0</y>
  14.           <width>800</width>
  15.           <height>600</height>
  16.           <decoration type = "bool">true</decoration>
  17.           <fullscreen type = "bool">false</fullscreen>
  18.         </window>
  19.         <window>
  20.           <name type="string">secondary</name>
  21.           <host-name type="string"></host-name>
  22.           <display>1</display>
  23.           <screen>0</screen>
  24.           <x>800</x>
  25.           <y>0</y>
  26.           <width>800</width>
  27.           <height>600</height>
  28.           <decoration type = "bool">true</decoration>
  29.           <fullscreen type = "bool">false</fullscreen>
  30.         </window>
  31.         <camera>
  32.           <name type="string">middlecamera</name>
  33.           <window>
  34.             <name>main</name>
  35.           </window>
  36.           <view>
  37.             <heading-deg type="double">45.0</heading-deg>
  38.           </view>
  39.           <frustum>
  40.             <top>0.133</top>
  41.             <bottom>-0.133</bottom>
  42.             <left>-.1668</left>
  43.             <right>.1668</right>
  44.             <near>0.4</near>
  45.             <far>120000.0</far>
  46.           </frustum>
  47.         </camera>
  48.         <camera>
  49.           <name type="string">leftcamera</name>
  50.           <window>
  51.             <name>secondary</name>
  52.           </window>
  53.           <view>
  54.             <heading-deg type="double">0.0</heading-deg>
  55.           </view>
  56.           <frustum>
  57.             <top>0.133</top>
  58.             <bottom>-0.133</bottom>
  59.             <left>-.1668</left>
  60.             <right>.1668</right>
  61.             <near>0.4</near>
  62.             <far>120000.0</far>
  63.           </frustum>
  64.         </camera>
  65.         <gui>
  66.           <window>
  67.             <name type="string">main</name>
  68.           </window>
  69.         </gui>
  70.       </camera-group>
  71.     </rendering>
  72.   </sim>
  73. </PropertyList>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement