Ignore:
Timestamp:
02/01/07 14:42:05 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2070 r2071  
    2727#define COUNT_ORIGIN_OBJECTS 1 
    2828 
    29 #define STORE_PVS 0 
     29#define STORE_PVS 1 
    3030 
    3131 
     
    959959                EvalSubdivisionCandidate(backCandidate); 
    960960         
    961                 cout << "f cost: " << frontCandidate.mPriority << endl; 
    962                 cout << "b cost: " << backCandidate.mPriority << endl; 
     961                cout << "f cost: " << frontCandidate.mPriority << " " << frontCandidate.mRenderCostDecr << endl; 
     962                cout << "b cost: " << backCandidate.mPriority << " " << backCandidate.mRenderCostDecr << endl; 
    963963                tQueue.push(frontCandidate); 
    964964                tQueue.push(backCandidate); 
     
    12731273                if (ray->mTerminationObject)  
    12741274                { 
    1275                         cout << "m"; 
     1275                        //cout << "m"; 
    12761276                        if (vc->AddPvsSample(ray->mTerminationObject, ray->mPdf, contribution)) 
    12771277                                madeContrib = true; 
Note: See TracChangeset for help on using the changeset viewer.