]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sky/moon.cxx
First quick hack at panel shading.
[simgear.git] / simgear / sky / moon.cxx
index 547519917805440f95713bda1ec62298168ba279..34fd97fdc791bb8479736c77311a6075bea796fb 100644 (file)
@@ -46,9 +46,6 @@ static int sgMoonOrbPreDraw( ssgEntity *e ) {
     glDisable( GL_DEPTH_TEST );
     glDisable( GL_FOG );
     glBlendFunc ( GL_SRC_ALPHA, GL_ONE ) ;
-    // sgVec4 color;
-    // sgSetVec4( color, 0.0, 0.0, 0.0, 1.0 );
-    // glMaterialfv ( GL_FRONT_AND_BACK, GL_AMBIENT, color ) ;
 
     return true;
 }