Ignore:
Timestamp:
12/21/06 00:42:55 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1916 r1917  
    908908                                                                                        splitCandidate.GetAvgRayContribution()); 
    909909         
    910          
     910        if (0) 
    911911        cout << "vsp pvs" 
    912912                 << " avg ray contri: " << splitCandidate.GetAvgRayContribution() << " ratio: " << oldPvsRatio  
     
    16211621        const float renderCostDecrease = (oldRenderCost - newRenderCost) / viewSpaceVol; 
    16221622 
     1623        if (0) 
    16231624        cout << "vsp render cost" 
    16241625                 << " avg ray contri: " << avgRayContri << " ratio: " << oldRenderCostRatio 
Note: See TracChangeset for help on using the changeset viewer.