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

Legend:

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

    r513 r522  
    3535          const AxisAlignedBox3 &dBox); 
    3636   
    37    
    38   int 
    39           ComputeIntersection(const AxisAlignedBox3 &box); 
     37  void ComputeFrustum(float &near, float &far, 
     38                                          float &left, float &right, 
     39                                          float &bottom, float &top, 
     40                                          const AxisAlignedBox3 &sceneBBox); 
     41 
     42  int ComputeIntersection(const AxisAlignedBox3 &box); 
    4043 
    4144  bool IsValid() { return mFlags & VALID; } 
     
    4548  { 
    4649  } 
    47    
    4850}; 
    4951 
Note: See TracChangeset for help on using the changeset viewer.