1
0
Fork 0
flightgear/src/Environment
ehofman a78dae1fb7 Harald Johnson:
Changes
=======

- corrected some strange behavior when playing with the render dialog options
- the density slider is now working : if you are fps limited and still want to see clouds in
  the distance you should play with that
- added the choice for texture resolution, its more comprehensible now (before it was
  wrongly allways choosing 64x64 textures)
- changed the initial texture size : you now have 64 texture of 64x64, this uses 1Mo of
  texture memory (before it was 20 texture of  256x256, that took more memory and there was
  not enought impostors)
- sun vector is now right so the lighting is a bit better
- removed useless sort and light computations for impostors, this should save a lot of cpu
- blending of distant cloud is more accurate now
- clouds are now positioned correctly, they don't try to escape you anymore
- no more red/white boxes around cloud
- textures are now filtered (no more big pixels)

known bugs
==========

- distant objects are seen in front of clouds
2005-04-26 08:31:25 +00:00
..
.cvsignore Initial take of new environment subsystem. Configure with 2002-02-19 14:21:19 +00:00
environment.cxx Fix a problem where the windspeed could be negative in the property tree. Animations relying on this property could become stressed because of that. 2004-03-21 10:57:44 +00:00
environment.hxx Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear's globals structre and some small code cleanups 2003-09-24 17:20:55 +00:00
environment_ctrl.cxx Add the ability to set the minimum allowed age for metar reports. 2005-02-22 18:12:32 +00:00
environment_ctrl.hxx Add the ability to set the minimum allowed age for metar reports. 2005-02-22 18:12:32 +00:00
environment_mgr.cxx Harald Johnson: 2005-04-26 08:31:25 +00:00
environment_mgr.hxx Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear's globals structre and some small code cleanups 2003-09-24 17:20:55 +00:00
fgmetar.cxx Melchior FRANZ: 2005-01-20 09:28:45 +00:00
fgmetar.hxx Melchior FRANZ: 2005-01-20 09:28:45 +00:00
Makefile.am Melchior FRANZ: 2005-01-20 09:28:45 +00:00