Ignore:
Timestamp:
01/25/06 14:35:01 (18 years ago)
Author:
bittner
Message:

rss preprocessor debugging + merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/GlRenderer.h

    r572 r576  
    7272   
    7373bool mDetectEmptyViewSpace; 
     74  bool mSnapErrorFrames; 
     75  QString mSnapPrefix; 
    7476 
    7577  KdTree *mKdTree; 
     
    9698  RenderScene(); 
    9799 
     100 
    98101  void 
    99102  SetupProjection(const int w, const int h); 
     
    101104   
    102105   
    103   float 
    104   GetPixelError(); 
    105106 
    106107  void InitGL(); 
     
    159160  int ComputePvs() const; 
    160161 
     162  float 
     163  GetPixelError(); 
    161164 
    162165  int ComputePvs(ObjectContainer &objects, ObjectContainer &pvs) const; 
     
    217220  RenderErrors(); 
    218221 
     222  void 
     223  RenderInfo(); 
     224 
    219225  virtual int GetWidth() const { return width(); } 
    220226  virtual int GetHeight() const { return height(); } 
Note: See TracChangeset for help on using the changeset viewer.