]> git.mxchange.org Git - simgear.git/commitdiff
Scaled down the sun and moon sizes.
authorcurt <curt>
Tue, 10 Aug 1999 01:42:34 +0000 (01:42 +0000)
committercurt <curt>
Tue, 10 Aug 1999 01:42:34 +0000 (01:42 +0000)
simgear/ephemeris/moon.cxx
simgear/ephemeris/star.cxx

index d109942a25559856238908e23d9629b628313d61..144e7ad5eca65d6596ed0109961df8d4a532107f 100644 (file)
@@ -329,7 +329,7 @@ void Moon::newImage()
   /*double x_2, x_4, x_8, x_10;
   GLfloat ambient;
   GLfloat amb[4];*/
-  int moonSize = 750;
+  int moonSize = 550;
 
   GLfloat moonColor[4] = {0.85, 0.75, 0.35, 1.0};
   GLfloat black[4] = {0.0, 0.0, 0.0, 1.0};
index e41c7eaf4bc322a3e9961af4f67a7ff2470b3a03..0e6e9ad41e8af9d334cda98dd302102a1ecd3905 100644 (file)
@@ -203,7 +203,7 @@ void Star::newImage(void)
     double x_2, x_4, x_8, x_10;
     GLfloat ambient;
     GLfloat amb[4];
-    int sun_size = 750;
+    int sun_size = 550;
     
     // daily variation sun gets larger near horizon
     /*if(sun_angle*RAD_TO_DEG > 84.0 && sun_angle*RAD_TO_DEG < 95)