Advertisement
hamzaalloush

multiscreen.xml

Dec 19th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.41 KB | None | 0 0
  1. <PropertyList>
  2.   <sim>
  3.     <rendering>
  4.       <camera-group>
  5.         <window>
  6.           <name>wide</name>
  7.           <host-name type="string"></host-name>
  8.           <display>0</display>
  9.           <screen>0</screen>
  10.           <x>-1920</x>
  11.           <y>0</y>
  12.           <width>3840</width>
  13.           <height>1080</height>
  14.           <decoration type = "bool">false</decoration>
  15.         </window>
  16.         <camera>
  17.           <window>
  18.             <name>wide</name>
  19.           </window>
  20.           <viewport>
  21.             <x>0</x>
  22.             <y>0</y>
  23.             <width>1920</width>
  24.             <height>1080</height>
  25.           </viewport>
  26.           <view>
  27.             <heading-deg type = "double">0</heading-deg>
  28.           </view>
  29.           <!--<frustum>
  30.            <top>0.03</top>
  31.            <bottom>-0.315</bottom>
  32.            <left>-.665</left>
  33.            <right>-.325</right>
  34.            <near>0.68</near>
  35.            <far>120000.0</far>
  36.          </frustum>-->
  37.           <frustum>
  38.             <top>0.04</top>
  39.             <bottom>-0.235</bottom>
  40.             <left>-.665</left>
  41.             <right>-.325</right>
  42.             <near>0.55</near>
  43.             <far>120000.0</far>
  44.           </frustum>
  45.         </camera>
  46.         <camera>
  47.           <window>
  48.             <name type="string">wide</name>
  49.           </window>
  50.           <viewport>
  51.             <x>1920</x>
  52.             <y>0</y>
  53.             <width>1920</width>
  54.             <height>1080</height>
  55.           </viewport>
  56.           <view>
  57.             <heading-deg type = "double">0</heading-deg>
  58.           </view>
  59.           <!--<frustum>
  60.            <top>0.133</top>
  61.            <bottom>-0.133</bottom>
  62.            <left>-.1668</left>
  63.            <right>.1668</right>
  64.            <near>0.4</near>
  65.            <far>120000.0</far>
  66.          </frustum>-->
  67.           <frustum>
  68.             <top>0.100</top> <!-- 0.335 centered -->
  69.             <bottom>-0.235</bottom> <!-- 0.335 centered -->
  70.             <left>-0.2975</left> <!-- 0.595 centered -->
  71.             <right>0.2975</right> <!-- 0.595 centered -->
  72.             <near>0.55</near>
  73.             <far>120000.0</far>
  74.           </frustum>
  75.         </camera>
  76.         <gui>
  77.           <window>
  78.             <name type="string">wide</name>
  79.           </window>
  80.         </gui>
  81.       </camera-group>
  82.     </rendering>
  83.   </sim>
  84. </PropertyList>
  85.  
  86. <!-- howto: --config=C:\Users\Hamza\AppData\Roaming\flightgear.org\multiscreen.xml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement