Ignore:
Timestamp:
08/20/06 22:48:01 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/KdTree.h

    r1201 r1233  
    2020  class KdInterior; 
    2121  class Intersectable; 
    22   //class KdViewCell; 
    2322  class Beam; 
    2423 
     
    174173}; 
    175174   
    176 class SplitCandidate; 
     175class SubdivisionCandidate; 
    177176   
    178177/** Implementation of the kd-tree leaf node */ 
     
    213212 
    214213  /// pvs of view cells seeing this node. 
    215   SplitCandidate *mSplitCandidate; 
     214  SubdivisionCandidate *mSubdivisionCandidate; 
    216215 
    217216  /// pointer to view cell. 
     
    227226}; 
    228227 
    229    
    230228 
    231229/** KdTree for indexing scene entities - occluders/occludees/viewcells */ 
     
    528526 
    529527  void 
    530   SortSplitCandidates( 
     528  SortSubdivisionCandidates( 
    531529                      KdLeaf *node, 
    532530                      const int axis 
Note: See TracChangeset for help on using the changeset viewer.