|
From: Erik H. <er...@eh...> - 2001-08-30 11:10:04
|
Hi,
I've improved the sunset/sundown code a but to match the real world a
little better (to my opinion).
Apply this patch to SimGear:
--- ../CVS/fgfs/SimGear/simgear/sky/oursun.cxx Tue May 15 21:26:24 2001
+++ SimGear/simgear/sky/oursun.cxx Thu Aug 30 11:57:48 2001
@@ -330,7 +330,7 @@
(ambient * 6.0) - 1.0, // minimum value = 0.8
(ambient * 11.0) - 3.0, // minimum value = 0.3
(ambient * 12.0) - 3.6, // minimum value = 0.0
- 1.0 );
+ 1.3 - ambient );
// temp test, forces the color to always be white
// sgSetVec4( color, 1.0, 1.0, 1.0, 1.0 );
and download the new halo texture from here:
http://www.a1.nl/~ehofman/fgfs/textures/halo.rgba
Erik
|