Ignore:
Timestamp:
11/15/05 18:10:53 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r414 r416  
    7878                // compute render time of PVS times probability that view point is in view cell 
    7979                float vcCost = pInVc * RenderPvs(*(*it), mObjRenderCost); 
    80                  
     80                Debug << "p: " << pInVc << " rendercost: " << RenderPvs(*(*it), mObjRenderCost) << endl; 
    8181                renderTime += vcCost; 
    8282 
     
    9999        renderTime /= pInVcTotal; 
    100100        loadPvsOverhead /= pCrossVcTotal; 
     101 
     102        Debug << "bsp RT: " << renderTime << endl; 
     103        Debug << "bsp pvsOverhead: " << loadPvsOverhead << endl; 
    101104 
    102105        mStat.avgRtWithoutOverhead = renderTime; 
Note: See TracChangeset for help on using the changeset viewer.