[Marble-commits] KDE/kdeedu/marble/src/lib
    Jens-Michael Hoffmann 
    jensmh at gmx.de
       
    Tue Jan 19 07:02:19 CET 2010
    
    
  
SVN commit 1076943 by jmhoffmann:
Remove obsolete comment about defining INTERLACE.
 M  +0 -7      AbstractScanlineTextureMapper.cpp  
--- trunk/KDE/kdeedu/marble/src/lib/AbstractScanlineTextureMapper.cpp #1076942:1076943
@@ -19,13 +19,6 @@
 
 using namespace Marble;
 
-// Defining INTERLACE will make sure that for two subsequent scanlines
-// every second scanline will be a deep copy of the first scanline.
-// This results in a more coarse resolution and in a speedup for the 
-// texture mapping of approx. 25%.
-
-
-
 AbstractScanlineTextureMapper::AbstractScanlineTextureMapper( TileLoader *tileLoader, QObject * parent )
     : QObject( parent ),
       m_interpolate( false ),
    
    
More information about the Marble-commits
mailing list