Howto:Make nice screenshots: Difference between revisions

Jump to navigation Jump to search
m
added german and new links
(User experiences)
m (added german and new links)
Line 13: Line 13:
The best screenshots are technically correct, the lighting and colors are right, and the composition is good.
The best screenshots are technically correct, the lighting and colors are right, and the composition is good.


Explaining how to compose a picture is difficult, so instead I suggest you to read tutorials and explanations given on many websites on the web like this one: [http://en.wikipedia.org/wiki/Composition_(visual_arts) Composition (visual arts)].
Explaining how to compose a picture is difficult, so instead I suggest you to read tutorials and explanations given on many websites on the web like this one: {{wikipedia|Composition (visual arts)}}.


== Quality ==
== Quality ==
Line 44: Line 44:


Anders Gidenstam made a nice nasal script to move the tower whenever you control-click on the ground.
Anders Gidenstam made a nice nasal script to move the tower whenever you control-click on the ground.
You can find it [http://www.gidenstam.org/FlightGear/misc/place_tower.xml here]. Copy the code between the <code><PropertyList></code>-tags and put in somewhere in your <code>preferences.xml</code> . Now, when you ''Ctrl + left click'' somewhere on the ground, you can set the position of the tower view. The view is still about 30 feet above ground level; assuming you want to stand at eye-level, you can change the line
You can find it [http://www.gidenstam.org/FlightGear/misc/place_tower.xml here]. Copy the code between the <code><PropertyList></code>-tags and put in somewhere in your <code>preferences.xml</code> . Now, when you ''{{Key press|Ctrl}} + left click'' somewhere on the ground, you can set the position of the tower view. The view is still about 30 feet above ground level; assuming you want to stand at eye-level, you can change the line
<syntaxhighlight lang="nasal">
<syntaxhighlight lang="nasal">
setprop(tower ~ "/altitude-ft", 30 + (click_pos.alt() * M2FT));                 
setprop(tower ~ "/altitude-ft", 30 + (click_pos.alt() * M2FT));                 
Line 56: Line 56:
[[File:C172p-bodensee-panorama.jpg|thumb|600px|Panorama image stitched with 23 images inside the C172P cockpit while flying above Lake Constance (Bodensee)]]
[[File:C172p-bodensee-panorama.jpg|thumb|600px|Panorama image stitched with 23 images inside the C172P cockpit while flying above Lake Constance (Bodensee)]]


A [http://en.wikipedia.org/wiki/Panorama panorama] is a wide-angle view. With this, you can show large areas of the scenery or flightdecks.
A {{wikipedia|Panorama}} is a wide-angle view. With this, you can show large areas of the scenery or flightdecks.


For this, use the cockpit, passenger, or tower view, then position the virtual camera at the point you want. Pause the sim and pan the virtual camera all the way around, saving many screenshots so they cover the entire visible area.  
For this, use the cockpit, passenger, or tower view, then position the virtual camera at the point you want. Pause the sim and pan the virtual camera all the way around, saving many screenshots so they cover the entire visible area.  
Line 62: Line 62:
No software yet? Use Google; there are several freeware programs outside. A common choice is [http://hugin.sourceforge.net/ Hugin]; it's free and open source, cross-platform and used by many professional photographers.
No software yet? Use Google; there are several freeware programs outside. A common choice is [http://hugin.sourceforge.net/ Hugin]; it's free and open source, cross-platform and used by many professional photographers.


If you want to make full spherical panorama take a look at this [http://wiki.flightgear.org/index.php/Howto:_Make_full_spherical_panorama tutorial].
If you want to make full spherical panorama take a look at this [[Howto: Make full spherical panorama|tutorial]].


== Field of View (FoV) ==
== Field of View (FoV) ==
Line 109: Line 109:
   }}
   }}
}}
}}
== Links ==
In [[:Category:Screenshot of the month]] and [https://forum.flightgear.org/viewforum.php?f=19 FG Forum category media] are many good examples


[[Category:Howto|Make nice screenshots]]
[[Category:Howto|Make nice screenshots]]
[[de:Howto:Gute Screenshots machen]]
454

edits

Navigation menu