User Tools

Site Tools


manual:advanced_configurations

Differences

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

Link to this comparison view

Next revision
Previous revision
manual:advanced_configurations [2018/05/17 17:43] – created jfmanual:advanced_configurations [2020/05/10 15:50] (current) jh
Line 11: Line 11:
 Look for the lines: Look for the lines:
  
-  * <[list_tmsettings_separate_3d_view][separate_3d_view_list][] +<code> 
-  >+    <[list_tmsettings_separate_3d_view][separate_3d_view_list][] 
 +    > 
 +</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:
  
-  * <[tmsettings_separate_3d_view][element][0] +<code> 
-    <[float64][x][0]> +    <[list_tmsettings_separate_3d_view][separate_3d_view_list][] 
-    <[float64][y][0]> +        <[tmsettings_separate_3d_view][element][0] 
-    <[float64][w][0.333333]> +          <[float64][x][0]> 
-    <[float64][h][1]> +          <[float64][y][0]> 
-    <[float64][field_of_view_factor][1]> +          <[float64][w][0.333333]> 
-    <[float64][z_axis_offset_in_degree][-90]> +          <[float64][h][1]> 
-    <[float64][is_main][0]> +          <[float64][field_of_view_factor][1]> 
-  +          <[float64][z_axis_offset_in_degree][-90]> 
-  <[tmsettings_separate_3d_view][element][1] +          <[float64][is_main][0]> 
-    <[float64][x][0.333333]> +        
-    <[float64][y][0]> +        <[tmsettings_separate_3d_view][element][1] 
-    <[float64][w][0.333333]> +          <[float64][x][0.333333]> 
-    <[float64][h][1]> +          <[float64][y][0]> 
-    <[float64][field_of_view_factor][1]> +          <[float64][w][0.333333]> 
-    <[float64][z_axis_offset_in_degree][0]> +          <[float64][h][1]> 
-  +          <[float64][field_of_view_factor][1]> 
-  <[tmsettings_separate_3d_view][element][2] +          <[float64][z_axis_offset_in_degree][0]> 
-    <[float64][x][0.666666]> +        
-    <[float64][y][0]> +        <[tmsettings_separate_3d_view][element][2] 
-    <[float64][w][0.333333]> +          <[float64][x][0.666666]> 
-    <[float64][h][1]> +          <[float64][y][0]> 
-    <[float64][field_of_view_factor][1]> +          <[float64][w][0.333333]> 
-    <[float64][z_axis_offset_in_degree][90]> +          <[float64][h][1]> 
-  >+          <[float64][field_of_view_factor][1]> 
 +          <[float64][z_axis_offset_in_degree][90]> 
 +        > 
 +    > 
 +</code>
  
  
manual/advanced_configurations.1526571807.txt.gz · Last modified: 2018/05/17 17:43 by jf