Changeset 522 for trunk/VUT/GtpVisibilityPreprocessor/src/Beam.h
- Timestamp:
- 01/12/06 13:20:25 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/Beam.h
r513 r522 35 35 const AxisAlignedBox3 &dBox); 36 36 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); 40 43 41 44 bool IsValid() { return mFlags & VALID; } … … 45 48 { 46 49 } 47 48 50 }; 49 51
Note: See TracChangeset
for help on using the changeset viewer.