]> git.mxchange.org Git - flightgear.git/commitdiff
Misc. tweaks.
authorcurt <curt>
Tue, 29 Jun 1999 17:26:46 +0000 (17:26 +0000)
committercurt <curt>
Tue, 29 Jun 1999 17:26:46 +0000 (17:26 +0000)
src/Main/main.cxx
src/Weather/weather.hxx

index 0f8b6a544af12f4e8da0af074c5bad6045583d70..a072216fec2d28d47b07c043e931d9fdf4ce9f96 100644 (file)
@@ -389,8 +389,8 @@ static void fgRenderFrame( void ) {
        double agl = current_aircraft.fdm_state->get_Altitude() * FEET_TO_METER
            - scenery.cur_elev;
 
-       FG_LOG( FG_ALL, FG_INFO, "visibility is " 
-               << current_weather.get_visibility() );
+       // FG_LOG( FG_ALL, FG_INFO, "visibility is " 
+       //         << current_weather.get_visibility() );
            
        if ( agl > 10.0 ) {
            // ssgSetNearFar( 10.0f, current_weather.get_visibility() );
@@ -1079,10 +1079,10 @@ int main( int argc, char **argv ) {
     // distribution) specifically from the ssg tux example
     //
 
-    // ssgModelPath( "/stage/pinky01/src/Libs/plib-1.0.12/examples/ssg/tux/data/" );
-    // ssgTexturePath( "/stage/pinky01/src/Libs/plib-1.0.12/examples/ssg/tux/data/" );
-    ssgModelPath( "/h/curt/src/Libs/plib-1.0.12/examples/ssg/tux/data/" );
-    ssgTexturePath( "/h/curt/src/Libs/plib-1.0.12/examples/ssg/tux/data/" );
+    ssgModelPath( "/stage/pinky01/src/Libs/plib-1.0.12/examples/ssg/tux/data/" );
+    ssgTexturePath( "/stage/pinky01/src/Libs/plib-1.0.12/examples/ssg/tux/data/" );
+    // ssgModelPath( "/h/curt/src/Libs/plib-1.0.12/examples/ssg/tux/data/" );
+    // ssgTexturePath( "/h/curt/src/Libs/plib-1.0.12/examples/ssg/tux/data/" );
 
     scene = new ssgRoot;
     terrain = new ssgBranch;
index 355a1a20d3fe537afbe5ecc53d40b5eb07b1c7d5..110de62a81051902e7c267af09891766371cf42a 100644 (file)
@@ -60,8 +60,8 @@ public:
        xglFogi( GL_FOG_MODE, GL_EXP2 );
 
        // FG_LOG( FG_INPUT, FG_DEBUG, "Fog density = " << fog_density );
-       FG_LOG( FG_INPUT, FG_INFO, 
-               "Fog exp2 density = " << fog_exp2_density );
+       // FG_LOG( FG_INPUT, FG_INFO, 
+       //         "Fog exp2 density = " << fog_exp2_density );
     }
 };