Ignore:
Timestamp:
01/18/06 23:35:50 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r497 r551  
    7777                // probability of view cell 
    7878                const float pInVc = mViewCellsManager->GetProbability(vc); 
     79 
    7980                // compute render time of PVS times probability 
    8081                // that view point is in view cell 
     
    8283                        mViewCellsManager->GetRendercost(vc, mObjRenderCost); 
    8384         
    84                 // crossing the border of a view cell is depending on the move speed 
    85                 // and the probability that a view cell border is crossed 
     85                // crossing the border of a view cell is depending on the move  
     86                // speed and the probability that a view cell border is crossed 
    8687                loadPvsOverhead += GetCrossVcProbability() * mVcOverhead; 
    8788 
Note: See TracChangeset for help on using the changeset viewer.