Ignore:
Timestamp:
03/05/07 11:07:44 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2176 r2187  
    108108  }; 
    109109 
    110    
    111110  VssRayPool mVssRayPool; 
    112111 
     
    121120 
    122121protected: 
     122 
     123        VssRay *RequestRay(const Vector3 &origin,  
     124                                           const Vector3 &termination,  
     125                                           Intersectable *originObject,  
     126                                           Intersectable *terminationObject,  
     127                                           const int pass,  
     128                                           const float pdf); 
     129 
    123130  void _SortRays(SimpleRayContainer &rays, 
    124131                                 const int l, 
Note: See TracChangeset for help on using the changeset viewer.