Ignore:
Timestamp:
05/14/08 19:06:06 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2671 r2677  
    6161        ~QtGlRendererBuffer() {} 
    6262 
    63         virtual void MakeCurrent(); 
    64         virtual void DoneCurrent(); 
     63        virtual void MakeLive(); 
     64        virtual void DoneLive(); 
    6565 
    6666        virtual int GetWidth() const { return width(); } 
     
    7575        int ComputePvs(ObjectContainer &objects, ObjectContainer &pvs) const; 
    7676 
     77        unsigned int mydynamicTexture; 
    7778 
    7879public: 
     
    311312 
    312313public slots: 
    313 void UpdateDynamicObjects(); 
     314         
     315        void UpdateDynamicObjects(); 
    314316        void UpdateAllPvs(); 
    315317        void ComputeVisibility(); 
     
    516518                        mShowDistribution ^= 1; 
    517519 
    518                 std::cout << "b: " << (mShowDistribution & 1) << " " << (mShowDistribution & 2) << " " << (mShowDistribution & 4) << " " << (mShowDistribution & 8) << std::endl;  
     520                std::cout << "b: "  
     521                                  << (mShowDistribution & 1) << " "  
     522                                  << (mShowDistribution & 2) << " "  
     523                                  << (mShowDistribution & 4) << " "  
     524                                  << (mShowDistribution & 8) << std::endl;  
    519525        } 
    520526 
Note: See TracChangeset for help on using the changeset viewer.