Scaled down the sun and moon sizes.

This commit is contained in:
curt 1999-08-10 01:42:34 +00:00
parent 4c6fe0328a
commit 770ec00901
2 changed files with 2 additions and 2 deletions

View 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};

View 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)