Model Cockpit View: Difference between revisions

Jump to navigation Jump to search
Major cleanup; fix double redirect
No edit summary
(Major cleanup; fix double redirect)
Line 1: Line 1:
{{stub}}
{{stub}}
{{infobox subsystem
{{infobox subsystem
|image      = Fgaddonslogo202x89.png |thumb
|image      = Fgaddonslogo202x89.png |thumb
Line 11: Line 10:
}}
}}


Model Cockpit View is a FlightGear [[Addons|addon]] that allows to switch the view from any AI/MP models and cockpits. It is based on the previous modules model-view.xml, cockpit-view.xml and model2-view.xml.
'''Model Cockpit View''' is a FlightGear [[addon]] that allows to switch the view from any AI/MP models and cockpits. It is based on the previous modules <code>model-view.xml</code>, <code>cockpit-view.xml</code> and <code>model2-view.xml</code>.
Q/q steps through the available MP/AI aircraft.
 
{{key press|q}}/{{key press|Shift|Q}} steps through the available MP/AI aircraft.


= Issues =
== Issues ==
Currently the cockpit views starts at (0,0,0) which is a bit of a usability problem - it works for someone that knows it is a bit of a hack but looks bad for anyone else.
Currently the cockpit views starts at (0,0,0) which is a bit of a usability problem - it works for someone that knows it is a bit of a hack but looks bad for anyone else.
The Q/q key binding might interfere with aircrafts that use these keys.


= Status =
The {{key press|q}}/{{key press|Shift|Q}} key bindings might interfere with aircraft that use these keys.
AndersG created a version of the addon (<ref>{{cite web
 
== Status ==
AndersG created a version of the addon<ref>{{cite web
   |url    =  https://forum.flightgear.org/viewtopic.php?f=30&t=32718&start=15#p316599  
   |url    =  https://forum.flightgear.org/viewtopic.php?f=30&t=32718&start=15#p316599  
   |title  =  <nowiki> Re:  </nowiki>  
   |title  =  <nowiki> Re:  </nowiki>  
Line 25: Line 26:
   |date  =  Aug 14th, 2017  
   |date  =  Aug 14th, 2017  
   |added  =  Aug 14th, 2017     
   |added  =  Aug 14th, 2017     
   }}</ref>)
   }}</ref>  
that is available in http://www.gidenstam.org/FlightGear/misc/ModelCockpitView-addon.tar.gz.
that is available in http://www.gidenstam.org/FlightGear/misc/ModelCockpitView-addon.tar.gz.


wkitty42 is working on the addon. (<ref>{{cite web
wkitty42 is working on the addon.<ref>{{cite web
   |url    =  https://forum.flightgear.org/viewtopic.php?p=316498#p316498  
   |url    =  https://forum.flightgear.org/viewtopic.php?p=316498#p316498  
   |title  =  <nowiki> Re:  </nowiki>  
   |title  =  <nowiki> Re:  </nowiki>  
Line 35: Line 36:
   |added  =  Aug 13th, 2017  
   |added  =  Aug 13th, 2017  
   |script_version = 0.40  
   |script_version = 0.40  
   }}</ref>)
   }}</ref>


= Changing the view point =
== Changing the view point ==
By default, the view point will be at (0,0,0), so the view point will be exactly on the bottom for many models.
By default, the view point will be at (0,0,0), so the view point will be exactly on the bottom for many models.
The viewpoint can be moved up/down/left/right at runtime by pressing RMB+MMB (right and middle mouse buttons) and dragging. Holding control too makes it move forward/aft/left/right instead. The offset so set will apply to all models viewed (i.e. it doesn't change as you switch the model the view follows).
The viewpoint can be moved up/down/left/right at runtime by pressing RMB+MMB (right and middle mouse buttons) and dragging. Holding control too makes it move forward/aft/left/right instead. The offset so set will apply to all models viewed (in essence it does not change as you switch the model the view follows).


Though this might be useful for analysis purposes, a raised view point is more interesting. The view point can be changed by adding the following code to the addons main.nas file:
Though this might be useful for analysis purposes, a raised view point is more interesting. The view point can be changed by adding the following code to the addons <code>main.nas</code> file:


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
Line 66: Line 67:
         ...
         ...
</syntaxhighlight>
</syntaxhighlight>
The offset values shown here are just arbitrary.
The offset values shown here are just arbitrary.


= References =
== References ==
{{Appendix}}
{{Appendix}}


[[Category:FlightGear add-ons]]
[[Category:FlightGear add-ons]]

Navigation menu