1
0
Fork 0
flightgear/src/Scenery
david f2a5f98532 Patch from Jim Wilson:
That's a little too small to resolve differences at 16bpp. Try the
patch below.  It decreases the lifting substantially.  You will see
a slight increase in z-buffer flickering but it isn't bad.  Note
that we removed the "distance" component the other day,  the purpose
of it was to lift the lights higher when viewed at shallow viewing
angles.  The distance component is critical for the street lights that
can be very long distances away.

But with the distances we're working with here it really doesn't
do all that much.  The factor used in this patch is about as shallow
a lift as can be used when looking straight down at the airport.  At
24bpp there's no effect from incorporating a distance component.

The choice is to reintroduce a distance component...one that works (and
only for 16bpp), or alter the factor used in the patch below to strike an
acceptable balance between different viewing angles when in 16bpp mode.
2002-11-04 02:17:13 +00:00
..
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
design source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00
FGTileLoader.cxx Converted if ( string == "" ) constructs to if ( string.empty() ) 2002-03-20 19:16:13 +00:00
FGTileLoader.hxx MSVC tweaks. 2001-07-12 17:55:44 +00:00
hitlist.cxx Consolodating scenery structures in scenery.hxx. 2002-05-14 05:49:47 +00:00
hitlist.hxx White space tweaks. 2002-03-18 19:02:59 +00:00
Makefile.am Tidy up the autoconf/automake configuration a bit. 2002-08-25 19:40:04 +00:00
maptest.cxx source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00
newcache.cxx Minor tweaks to sound subsystem update rates. 2002-08-26 20:46:13 +00:00
newcache.hxx Working on hunting down a really awful memory leak. This arose out of a 2002-08-06 18:50:12 +00:00
scenery.cxx Put taxiway lights in their own scene graph so we can adjust their brightness 2002-11-01 21:56:48 +00:00
scenery.hxx Put taxiway lights in their own scene graph so we can adjust their brightness 2002-11-01 21:56:48 +00:00
test.cxx source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00
tileentry.cxx Patch from Jim Wilson: 2002-11-04 02:17:13 +00:00
tileentry.hxx Put taxiway lights in their own scene graph so we can adjust their brightness 2002-11-01 21:56:48 +00:00
tilemgr.cxx Put taxiway lights in their own scene graph so we can adjust their brightness 2002-11-01 21:56:48 +00:00
tilemgr.hxx Fix tile cache resizing bug (which could lead to thrashing.) 2002-08-01 06:15:59 +00:00