Ignore:
Timestamp:
06/02/08 04:11:30 (16 years ago)
Author:
mattausch
Message:

worked on gvs

File:
1 edited

Legend:

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

    r2726 r2729  
    11811181        { 
    11821182                const int n = 4; 
    1183                 cout << "hack: setting ray pool size to multiple " << n << " of samples per pass" << endl;        
    11841183                reserveRays = mSamplesPerPass * n; 
     1184                cout << "setting ray pool size to " << reserveRays << endl;        
     1185 
    11851186        } 
    11861187 
    11871188        cout << "======================" << endl; 
    11881189        cout << "reserving " << reserveRays << " rays " << endl; 
     1190 
    11891191        mRayCaster->ReserveVssRayPool(reserveRays); 
     1192         
    11901193        cout<<"done."<<endl<<flush; 
     1194         
    11911195        return true; 
    11921196} 
Note: See TracChangeset for help on using the changeset viewer.