Ignore:
Timestamp:
07/13/08 23:51:02 (16 years ago)
Author:
mattausch
Message:

research version: implemented temporal smoothing and color bleeding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/PerformanceGraph.cpp

    r2829 r2834  
    5151        glLineWidth(2); 
    5252        glDisable(GL_DEPTH_TEST); 
    53         //glDepthMask(true); 
    5453 
    5554        glDisable(GL_LIGHTING); 
     
    7473        DrawGrid(); 
    7574 
    76         glPopMatrix(); 
    77          
    7875        // restore the projection matrix 
    7976        glMatrixMode(GL_PROJECTION); 
     
    8178 
    8279        glMatrixMode(GL_MODELVIEW); 
     80        glPopMatrix(); 
    8381 
    8482        glPopAttrib(); 
Note: See TracChangeset for help on using the changeset viewer.