Ignore:
Timestamp:
11/28/06 19:46:36 (18 years ago)
Author:
bittner
Message:

global lines support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/QtGlRenderer.h

    r1785 r1824  
    116116 
    117117 
    118 struct PvsCache { 
    119   PvsCache():mViewCell(NULL) {} 
    120   void Reset() { mViewCell = NULL; mPvs.Clear(); } 
    121   ViewCell *mViewCell; 
    122   ObjectPvs mPvs; 
    123 }; 
    124  
    125118class QtGlRendererWidget : public QGLWidget, public GlRendererWidget 
    126119{ 
     
    156149  float mManipulatorLastQuat[4]; 
    157150  float mManipulatorScale; 
    158   PvsCache mPvsCache; 
    159151   
    160152  QtRendererControlWidget *mControlWidget; 
Note: See TracChangeset for help on using the changeset viewer.