Ignore:
Timestamp:
02/20/06 02:13:08 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r648 r656  
    168168        /// accumulated number of rays refs 
    169169        int accumRays; 
     170        int pvs; 
    170171 
    171172        // Constructor 
     
    193194                polys = 0; 
    194195                accumDepth = 0; 
    195          
     196        pvs = 0; 
    196197                maxDepthNodes = 0; 
    197198                minPvsNodes = 0; 
Note: See TracChangeset for help on using the changeset viewer.