Ignore:
Timestamp:
02/08/06 15:05:04 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/RenderSimulator.cpp

    r580 r605  
    100100                const float pInVc = mViewCellsManager->GetProbability(vc); 
    101101 
     102                //Debug << "vc prob: " << pInVc << endl; 
     103 
    102104                // compute render time of PVS times probability 
    103105                // that view point is in view cell 
     
    105107                        mViewCellsManager->GetRendercost(vc, mObjRenderCost); 
    106108         
     109                renderTime += vcCost; 
     110 
    107111                // crossing the border of a view cell is depending on the move  
    108112                // speed and the probability that a view cell border is crossed 
    109113                loadPvsOverhead += GetCrossVcProbability() * mVcOverhead; 
    110                 renderTime += vcCost; 
    111  
     114                 
    112115                //-- update statistics 
    113116 
Note: See TracChangeset for help on using the changeset viewer.