Changelog 2.10: Difference between revisions

Jump to navigation Jump to search
m
→‎FlightGear 3.0.0 ChangeLog: copy changelog items from newsletter: http://wiki.flightgear.org/FlightGear_Newsletter_August_2012
m (→‎FlightGear 3.0.0 ChangeLog: copy changelog items from newsletter: http://wiki.flightgear.org/FlightGear_Newsletter_August_2012)
Line 26: Line 26:


'''Flight dynamics'''
'''Flight dynamics'''
'''Project Rembrandt'''
Fred's been working on some fancy new effects, especially useful for our film-making enthusiasts.
The [[Project Rembrandt|Rembrandt renderer]] has a lot of potentiality when it comes to post processing effects. Indeed, the interesting property of a deferred shader is that all stages of rendering are kept into memory. Post-processing is as simple as using a filter on a camera.
So currently the effects added in git are :
* Night vision including amplification grain and restrained field of view,
* Cinema effect including :
** Vignetting,
** Color shift, with Sepia as default value,
** Radial distortion (barrel and pincushion distortion, with scale compensation),
** Lateral chromatic aberration (purple fringing),
** Film wear simulation.


'''Environment'''
'''Environment'''
As most readers will be aware, FG supports two weather models - Basic Weather which represents METAR data directly, and Local Weather which models weather more realistically, with more variation. In 2.8.0 these were configured separately using different UIs. Stuart Buchanan and Thorsten Renk have been working on unifying the user interfaces to provide a more user-friendly and consistent interface.
'''Usability'''
A further usability enhancement has been made by Stuart Buchanan to allow configuration of joysticks through a GUI in-sim. Instead of configuring a joystick using XML, users can now change joystick bindings within the simulator - no XML knowledge required. The updated joystick configuration takes effect immediately. This work is also available in git, and should make it much easier for new users (or those with joysticks unknown to FG) to get flying.


'''Canvas System'''
'''Canvas System'''

Navigation menu