Ignore:
Timestamp:
12/13/06 20:36:32 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1845 r1889  
    264264        Intersectable *GetIntersectable(const VssRay &ray, const bool isTermination) const; 
    265265   
    266   Intersectable *GetIntersectable(Intersectable *obj, 
    267                                                                   const Vector3 &point) const; 
     266        Intersectable *GetIntersectable(Intersectable *obj, const Vector3 &point) const; 
    268267   
     268        float AvgRayContribution(const float pvs, const float rays) const; 
     269 
    269270        /** Export object space partition bounding boxes. 
    270271        */ 
Note: See TracChangeset for help on using the changeset viewer.