Ignore:
Timestamp:
04/06/06 17:54:00 (18 years ago)
Author:
mattausch
Message:

added histogram (not tested)
last version before updating render cost evaluation

File:
1 edited

Legend:

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

    r667 r728  
    22032203        if (!vc) return false; 
    22042204// TODO 
    2205 #if VC_HISTORY 
     2205#if HAS_TO_BE_REDONE 
    22062206        // set new size of view cell 
    22072207        vc->SetVolume(fVc->GetVolume() + bVc->GetVolume()); 
     
    23422342 
    23432343                        VspKdViewCell *viewCell = leaf->GetViewCell(); 
    2344 #if VC_HISTORY 
     2344#if HAS_TO_BE_REDONE 
    23452345                        if (!viewCell->Mailed()) 
    23462346                        { 
     
    24862486{ 
    24872487        // compute new pvs and area 
    2488         //      TODO 
    2489 #if VC_HISTORY 
     2488#if HAS_TO_BE_REDONE 
    24902489        vc1->GetPvs().SubtractPvs(*leaf->mPvs); 
    24912490        vc2->GetPvs().AddPvs(*leaf->mPvs); 
Note: See TracChangeset for help on using the changeset viewer.