Ignore:
Timestamp:
03/31/06 10:37:45 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r710 r720  
    5757                /// the probability that this node contains view point 
    5858                float mProbability; 
    59                 /// geometry of node as induced by planes 
     59                /// geometry of node induced by half planes 
    6060                BspNodeGeometry *mGeometry; 
    6161                /// pvs size 
     
    6363                /// how often this branch has missed the max-cost ratio 
    6464                int mMaxCostMisses; 
    65                 /// if this node is a kd-node (i.e., boundaries are axis aligned 
     65                /// if this node is a kd-node (i.e., boundaries are axis aligned) 
    6666                bool mIsKdNode; 
    67                 // hack for octree 
     67                /// current split axis: used for octree 
    6868                int mAxis; 
     69                /// for priority traversal: priority of this traversal data 
    6970                float mPriority; 
    7071 
Note: See TracChangeset for help on using the changeset viewer.