Changeset 473 for trunk/VUT/GtpVisibilityPreprocessor/src/VspKdTree.cpp
- Timestamp:
- 12/20/05 20:33:42 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/VspKdTree.cpp
r472 r473 382 382 Debug << "min rays: "<< mTermMinRays << endl; 383 383 Debug << "max ray contribution: "<< mTermMaxRayContribution << endl; 384 Debug << "max cost ratio: " << mTermMaxCostRatio << endl;385 Debug << "min size: " <<mTermMinSize << endl;384 Debug << "max cost ratio: " << mTermMaxCostRatio << endl; 385 Debug << "min size: " << mTermMinSize << endl; 386 386 387 387 if (name.compare("regular") == 0) … … 2310 2310 2311 2311 2312 void VspKdTree::RefineViewCells() 2313 { 2314 } 2315 2316 2312 2317 /*********************************************************************/ 2313 2318 /* MergeCandidate implementation */
Note: See TracChangeset
for help on using the changeset viewer.