]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/main.cxx
Updated build system to remove DEFS += -DFOO type lines. This doesn't seem
[flightgear.git] / src / Main / main.cxx
index 719c1442c35152d8ef192cfe4542cafc2fd308a5..9ed50324087263ec2490f0af926653ffd0f74fd0 100644 (file)
@@ -395,7 +395,6 @@ static void fgRenderFrame( void ) {
        xglEnable( GL_FOG );
 
        // ssg test
-       cout << "trying to draw ssg scene" << endl;
 
        xglMatrixMode(GL_PROJECTION);
        xglLoadIdentity();
@@ -428,7 +427,7 @@ static void fgRenderFrame( void ) {
        sgMultMat4( sgVIEW, current_view.sgVIEW, sgTRANS );
        ssgSetCamera( sgVIEW );
        // ssgSetCamera( current_view.sgVIEW );
-       ssgCullAndDraw( scene );
+       // ssgCullAndDraw( scene );
 
     }
 
@@ -1067,6 +1066,8 @@ 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/" );