From e24203fb2f78a98ef004b14ecdf341927de51652 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 17 Dec 1997 23:13:45 +0000 Subject: [PATCH] Began working on rendering the sky. --- Scenery/astro.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Scenery/astro.h b/Scenery/astro.h index a6b8ff2d..4fa5150a 100644 --- a/Scenery/astro.h +++ b/Scenery/astro.h @@ -33,7 +33,7 @@ extern struct CelestialCoord moonPos; extern float xMoon, yMoon, zMoon, xSun, ySun, zSun; -extern GLint moon, sun; +/* extern GLint moon, sun; */ extern GLint stars[FG_STAR_LEVELS]; @@ -48,10 +48,13 @@ void fgAstroRender(); /* $Log$ -/* Revision 1.2 1997/12/11 04:43:56 curt -/* Fixed sun vector and lighting problems. I thing the moon is now lit -/* correctly. +/* Revision 1.3 1997/12/17 23:13:46 curt +/* Began working on rendering the sky. /* + * Revision 1.2 1997/12/11 04:43:56 curt + * Fixed sun vector and lighting problems. I thing the moon is now lit + * correctly. + * * Revision 1.1 1997/11/25 23:20:23 curt * Initial revision. * -- 2.39.5