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/RssPreprocessor.h

    r537 r563  
    3838 
    3939  ofstream mStats; 
    40  
     40  RssTree *mRssTree; 
    4141 
    4242  // rays cast during the processing 
     
    5656  GetViewpoint(AxisAlignedBox3 *viewSpaceBox); 
    5757 
    58   Vector3 
    59   GetDirection(const Vector3 &viewpoint, 
    60                            AxisAlignedBox3 *viewSpaceBox 
    61                            ); 
    62  
    63   Vector3 
    64   InitialGetDirection(const Vector3 &viewpoint, 
    65                                           AxisAlignedBox3 *viewSpaceBox 
    66                                           ); 
    6758 
    6859  void 
     
    8677         
    8778  virtual bool BuildBspTree() { return false; } 
    88  
     79   
     80  void 
     81  CastRays( 
     82                   SimpleRayContainer &rays, 
     83                   VssRayContainer &vssRays 
     84                   ); 
    8985 
    9086  bool 
     
    132128  ComputeRenderError(); 
    133129 
     130  /** Redefininition of the get sample rays method from the preprocessor */ 
     131  bool 
     132  GenerateRays( 
     133                           const int number, 
     134                           const int sampleType, 
     135                           SimpleRayContainer &rays 
     136                           ); 
     137 
    134138}; 
    135139 
Note: See TracChangeset for help on using the changeset viewer.