Ignore:
Timestamp:
02/15/07 13:19:17 (17 years ago)
Author:
mattausch
Message:

implemented bit pvs (warnin: only worjs for preprocessing)

File:
1 edited

Legend:

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

    r2116 r2117  
    3131                while (pit.HasMoreEntries()) 
    3232                {                
    33                         const ObjectPvsEntry &entry = pit.Next(); 
    34                         Intersectable *obj = entry.mObject; 
    35  
     33                        Intersectable *obj = pit.Next(); 
    3634                        cout << obj << " "; 
    3735                } 
Note: See TracChangeset for help on using the changeset viewer.