Ignore:
Timestamp:
10/06/06 17:23:49 (18 years ago)
Author:
bittner
Message:

merge

File:
1 edited

Legend:

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

    r1563 r1579  
    8080SamplingPreprocessor::VerifyVisibility(Intersectable *object) 
    8181{ 
    82         // mail all nodes from the pvs 
     82#if 0 // 6.10. 2006 due to kdPVS removal from intersectable 
     83  // mail all nodes from the pvs 
    8384  Intersectable::NewMail(); 
    8485  KdPvsMap::iterator i = object->mKdPvs.mEntries.begin(); 
     
    106107        // sample creates some contribution 
    107108  } 
     109#endif 
    108110} 
    109111 
Note: See TracChangeset for help on using the changeset viewer.