Ignore:
Timestamp:
12/04/06 22:34:15 (18 years ago)
Author:
mattausch
Message:

warning! changed pvs output because of paper hack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCell.cpp

    r1842 r1843  
    23922392 
    23932393                // hack: just output full pvs 
    2394                 if (obj->Type() == Intersectable::BVH_INTERSECTABLE) 
     2394                if (0 && (obj->Type() == Intersectable::BVH_INTERSECTABLE)) 
    23952395                { 
    23962396                        ObjectContainer objects;  
Note: See TracChangeset for help on using the changeset viewer.