]> git.mxchange.org Git - simgear.git/commitdiff
Worked on winding problem without luck, so back to calling glFrontFace()
authorcurt <curt>
Tue, 30 Dec 1997 23:09:40 +0000 (23:09 +0000)
committercurt <curt>
Tue, 30 Dec 1997 23:09:40 +0000 (23:09 +0000)
3 times for each scenery area.

Scenery/sun.c

index 372044a73cd1663e004cc4dabf275cef3c36597e..5aa32341e5c65cfdab89d95fe5dab5ebef7e114b 100644 (file)
@@ -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 ...
  *