Ignore:
Timestamp:
01/20/09 23:34:39 (15 years ago)
Author:
mattausch
Message:

siggraph submission deadline

File:
1 edited

Legend:

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

    r3288 r3289  
    17851785                        (renderMethod == RENDER_DEPTH_PASS_DEFERRED) 
    17861786                        ); 
    1787                  
    17881787                break; 
    17891788        case GLUT_KEY_F8: 
     
    17991798                { 
    18001799                        cout << "replaying path" << endl; 
    1801  
    18021800                        currentReplayFrame = -1; 
    18031801 
     
    18091807                        cout << "finished replaying path" << endl; 
    18101808                } 
    1811  
    18121809                break; 
    18131810        case GLUT_KEY_F11: 
     
    18241821                        DEL_PTR(walkThroughRecorder); 
    18251822                } 
    1826  
    18271823                break; 
    18281824        case GLUT_KEY_F12: 
Note: See TracChangeset for help on using the changeset viewer.