Ignore:
Timestamp:
01/06/06 11:31:28 (18 years ago)
Author:
bittner
Message:

added frustum class for frustum culling support for HW based rendering

File:
1 edited

Legend:

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

    r469 r504  
    1616class Intersectable; 
    1717//class KdViewCell; 
     18class Frustum; 
    1819 
    1920// -------------------------------------------------------------- 
     
    282283  int 
    283284  CastRay( 
    284           Ray &ray 
    285           ); 
    286  
    287  
     285                  Ray &ray 
     286                  ); 
     287   
     288 
     289  int 
     290  CastFrustum( 
     291                          Frustum &frustum 
     292                          ); 
     293   
     294   
    288295  /** Casts line segment into tree. 
    289296          @returns intersected view cells. 
Note: See TracChangeset for help on using the changeset viewer.