From f4403fdea843fbd05d366d2585c7d1a08f594890 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 9 Jun 2003 20:24:50 +0000 Subject: [PATCH] Cosmetic changes ... --- src/Main/main.cxx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/Main/main.cxx b/src/Main/main.cxx index c9fbae546..45707e8e2 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -620,22 +620,22 @@ void fgRenderFrame() { */ thesky->reposition( current__view->get_view_pos(), - current__view->get_zero_elev(), - current__view->get_world_up(), - current__view->getLongitude_deg() - * SGD_DEGREES_TO_RADIANS, - current__view->getLatitude_deg() - * SGD_DEGREES_TO_RADIANS, - current__view->getAltitudeASL_ft() - * SG_FEET_TO_METER, - cur_light_params.sun_rotation, - globals->get_time_params()->getGst(), - globals->get_ephem()->getSunRightAscension(), - globals->get_ephem()->getSunDeclination(), - 50000.0, - globals->get_ephem()->getMoonRightAscension(), - globals->get_ephem()->getMoonDeclination(), - 50000.0 ); + current__view->get_zero_elev(), + current__view->get_world_up(), + current__view->getLongitude_deg() + * SGD_DEGREES_TO_RADIANS, + current__view->getLatitude_deg() + * SGD_DEGREES_TO_RADIANS, + current__view->getAltitudeASL_ft() + * SG_FEET_TO_METER, + cur_light_params.sun_rotation, + globals->get_time_params()->getGst(), + globals->get_ephem()->getSunRightAscension(), + globals->get_ephem()->getSunDeclination(), + 50000.0, + globals->get_ephem()->getMoonRightAscension(), + globals->get_ephem()->getMoonDeclination(), + 50000.0 ); } glEnable( GL_DEPTH_TEST ); @@ -1757,10 +1757,10 @@ static bool fgMainInit( int argc, char **argv ) { thesky->texture_path( sky_tex_path.str() ); thesky->build( 550.0, 550.0, - globals->get_ephem()->getNumPlanets(), - globals->get_ephem()->getPlanets(), 60000.0, - globals->get_ephem()->getNumStars(), - globals->get_ephem()->getStars(), 60000.0 ); + globals->get_ephem()->getNumPlanets(), + globals->get_ephem()->getPlanets(), 60000.0, + globals->get_ephem()->getNumStars(), + globals->get_ephem()->getStars(), 60000.0 ); // Initialize MagVar model SGMagVar *magvar = new SGMagVar(); -- 2.39.5