From 66651d064863c34bf5deadc29f59984ed017f663 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 30 Dec 1997 23:09:40 +0000 Subject: [PATCH] Worked on winding problem without luck, so back to calling glFrontFace() 3 times for each scenery area. --- Scenery/sun.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Scenery/sun.c b/Scenery/sun.c index 372044a7..5aa32341 100644 --- a/Scenery/sun.c +++ b/Scenery/sun.c @@ -97,7 +97,7 @@ struct CelestialCoord fgCalculateSun(struct OrbElements params, struct fgTIME t) void fgSunInit() { static int dl_exists = 0; - printf("Initializing the Sun\n"); + printf(" Initializing the Sun\n"); fgSolarSystemUpdate(&(pltOrbElements[0]), cur_time_params); sunPos = fgCalculateSun(pltOrbElements[0], cur_time_params); @@ -190,9 +190,13 @@ void fgSunRender() { /* $Log$ -/* Revision 1.10 1997/12/30 20:47:54 curt -/* Integrated new event manager with subsystem initializations. +/* Revision 1.11 1997/12/30 23:09:40 curt +/* Worked on winding problem without luck, so back to calling glFrontFace() +/* 3 times for each scenery area. /* + * Revision 1.10 1997/12/30 20:47:54 curt + * Integrated new event manager with subsystem initializations. + * * Revision 1.9 1997/12/30 16:36:54 curt * Merged in Durk's changes ... * -- 2.39.5