Ignore:
Timestamp:
11/10/08 18:43:06 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/ShaderProgram.h

    r3114 r3115  
    7272        */ 
    7373        void SetTimerParam(int idx); 
     74 
     75        void SetOldTimerParam(int idx); 
    7476        /** This parameter is connected to the current view matrix 
    7577                that is updated once per frame. 
     
    195197 
    196198        int mTimerParam; 
     199        int mOldTimerParam; 
    197200        int mViewDirParam; 
    198201        int mLightDirParam; 
Note: See TracChangeset for help on using the changeset viewer.