Ignore:
Timestamp:
09/25/06 18:54:21 (18 years ago)
Author:
mattausch
Message:

worked on guided visibility sampling

File:
1 edited

Legend:

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

    r1473 r1486  
    329329                                                                                                   const ObjectContainer &objects) 
    330330{ 
    331         cout << "starting view space hierarchy construction ... " << endl; 
     331        cout << "\nstarting view space hierarchy construction ... " << endl; 
    332332 
    333333        RayInfoContainer *viewSpaceRays = new RayInfoContainer(); 
     
    604604{ 
    605605        Debug << "old bv hierarchy:\n " << mBvHierarchy->mBvhStats << endl; 
    606         cout << "resetting bv hierarchy" << endl; 
     606        cout << "\nresetting bv hierarchy" << endl; 
    607607        mHierarchyStats.nodes -= mBvHierarchy->mBvhStats.nodes; 
    608608        mHierarchyStats.mGlobalCostMisses = 0; // hack: reset global cost misses 
     
    856856        { 
    857857        case NO_OBJ_SUBDIV: 
    858                 // potentially visible objects 
    859                 return vc->AddPvsSample(obj, pdf, contribution); 
     858                { 
     859                        // potentially visible objects 
     860                        return vc->AddPvsSample(obj, pdf, contribution); 
     861                } 
    860862        case KD_BASED_OBJ_SUBDIV: 
    861863                { 
Note: See TracChangeset for help on using the changeset viewer.