Ignore:
Timestamp:
01/11/06 01:35:44 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r512 r513  
    1818  // list of nodes intersected by the frustum 
    1919  vector<KdNode *> mKdNodes; 
    20   // lits of objects intersected by the frustum 
    21   vector<Intersectable *> mObjects; 
     20  // list of objects intersected by the frustum 
     21  ObjectContainer mObjects; 
     22  // view cells intersected by frustum 
     23  ViewCellContainer mViewCells; 
    2224 
    2325  // spatial box 
Note: See TracChangeset for help on using the changeset viewer.