User Tools

Site Tools


manual:advanced_configurations

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
manual:advanced_configurations [2020/05/10 15:49] jhmanual:advanced_configurations [2020/05/10 15:50] (current) jh
Line 16: Line 16:
 </code> </code>
  
-Aerofly FS 2 allows you to render a complete view of the simulator to separate parts of the window. So in case of a 3 monitor setup, we want each monitor to receive its own view. If all monitors have the same resolution, insert the following lines between the above two lines:+Aerofly FS 2 allows you to render a complete view of the simulator to separate parts of the window. So in case of a 3 monitor setup, we want each monitor to receive its own view. If all monitors have the same resolution, replace two lines above with these lines below:
  
 <code> <code>
-    <[tmsettings_separate_3d_view][element][0] +    <[list_tmsettings_separate_3d_view][separate_3d_view_list][] 
-      <[float64][x][0]> +        <[tmsettings_separate_3d_view][element][0] 
-      <[float64][y][0]> +          <[float64][x][0]> 
-      <[float64][w][0.333333]> +          <[float64][y][0]> 
-      <[float64][h][1]> +          <[float64][w][0.333333]> 
-      <[float64][field_of_view_factor][1]> +          <[float64][h][1]> 
-      <[float64][z_axis_offset_in_degree][-90]> +          <[float64][field_of_view_factor][1]> 
-      <[float64][is_main][0]> +          <[float64][z_axis_offset_in_degree][-90]> 
-    +          <[float64][is_main][0]> 
-    <[tmsettings_separate_3d_view][element][1] +        
-      <[float64][x][0.333333]> +        <[tmsettings_separate_3d_view][element][1] 
-      <[float64][y][0]> +          <[float64][x][0.333333]> 
-      <[float64][w][0.333333]> +          <[float64][y][0]> 
-      <[float64][h][1]> +          <[float64][w][0.333333]> 
-      <[float64][field_of_view_factor][1]> +          <[float64][h][1]> 
-      <[float64][z_axis_offset_in_degree][0]> +          <[float64][field_of_view_factor][1]> 
-    +          <[float64][z_axis_offset_in_degree][0]> 
-    <[tmsettings_separate_3d_view][element][2] +        
-      <[float64][x][0.666666]> +        <[tmsettings_separate_3d_view][element][2] 
-      <[float64][y][0]> +          <[float64][x][0.666666]> 
-      <[float64][w][0.333333]> +          <[float64][y][0]> 
-      <[float64][h][1]> +          <[float64][w][0.333333]> 
-      <[float64][field_of_view_factor][1]> +          <[float64][h][1]> 
-      <[float64][z_axis_offset_in_degree][90]>+          <[float64][field_of_view_factor][1]> 
 +          <[float64][z_axis_offset_in_degree][90]
 +        >
     >     >
 </code> </code>
manual/advanced_configurations.1589118542.txt.gz · Last modified: 2020/05/10 15:49 by jh