Ignore:
Timestamp:
01/21/06 18:32:30 (18 years ago)
Author:
bittner
Message:

rss sampling changes, preprocessor::GenerateRays?

File:
1 edited

Legend:

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

    r556 r563  
    9090  void SetupMaterial(Material *m); 
    9191  virtual void SetupCamera(); 
    92   void RandomViewPoint(); 
    9392   
    9493  bool 
     
    119118                                         SceneGraph *sceneGraph, 
    120119                                         ViewCellsManager *viewcells, 
    121                                          KdTree *tree): 
    122         QGLPixelBuffer(QSize(w, h)), GlRenderer(sceneGraph, viewcells, tree) { 
    123  
    124         mPvsStatFrames = 5000; 
    125         mPvsErrorBuffer.resize(mPvsStatFrames); 
    126         ClearErrorBuffer(); 
    127  
    128 //      makeCurrent(); 
    129 //      InitGL(); 
    130 //      doneCurrent(); 
    131  
    132         } 
     120                                         KdTree *tree); 
     121 
    133122   
    134123  void 
     
    143132 
    144133 
     134  void RandomViewPoint(); 
    145135  void SampleBeamContributions( 
    146136                                                           Intersectable *sourceObject, 
Note: See TracChangeset for help on using the changeset viewer.