Ignore:
Timestamp:
01/06/06 14:53:38 (18 years ago)
Author:
bittner
Message:

renaming frustum tp beam step 1

File:
1 edited

Legend:

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

    r504 r505  
    1616class Intersectable; 
    1717//class KdViewCell; 
    18 class Frustum; 
     18class Beam; 
    1919 
    2020// -------------------------------------------------------------- 
     
    288288 
    289289  int 
    290   CastFrustum( 
    291                           Frustum &frustum 
    292                           ); 
     290  CastBeam( 
     291                   Beam &beam 
     292                   ); 
    293293   
    294294   
Note: See TracChangeset for help on using the changeset viewer.