Ignore:
Timestamp:
06/07/06 10:59:55 (18 years ago)
Author:
mattausch
Message:

debug run: fixing memory holes

File:
1 edited

Legend:

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

    r863 r1002  
    3333{ 
    3434        Vector3 mPosition; 
     35 
    3536        /// from point visibility => visible objects, not potentially 
    3637        ObjectPvs mVisibleObjects; 
     
    3940 
    4041/** 
    41         This is a view space partitioning specialised BSPtree.   
    42         There are no polygon splits, but we split the sample rays.  
    43         The candidates for the next split plane are evaluated only  
    44         by checking the sampled visibility information.  
    45         The polygons are employed merely as candidates for the next split planes. 
     42        This is a tree which partitions from point queries in a greedy optimal fashion. 
    4643*/ 
    4744class FromPointVisibilityTree  
     
    4946        friend class ViewCellsParseHandlers; 
    5047        friend class VspBspViewCellsManager; 
     48 
    5149public: 
    5250         
Note: See TracChangeset for help on using the changeset viewer.