Changeset 1906 for GTP/trunk/Lib/Vis/Preprocessing
- Timestamp:
- 12/17/06 15:30:08 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/BvHierarchy.cpp
r1904 r1906 643 643 644 644 float priority = EvalPriority(splitCandidate, 645 oldRenderCost,646 renderCostDecr);645 renderCostDecr, 646 oldRenderCost); 647 647 648 648 if (USE_AVGRAYCONTRI) -
GTP/trunk/Lib/Vis/Preprocessing/src/RssTree.cpp
r1900 r1906 1459 1459 if (stat.rayRefs > mMaxRays) { 1460 1460 Debug<<"Prunning rays..."<<endl<<flush; 1461 PruneRays( 0.8f*mMaxRays);1461 PruneRays((int)(0.8f*mMaxRays)); 1462 1462 Debug<<"done."<<endl<<flush; 1463 1463 // UpdateTreeStatistics();
Note: See TracChangeset
for help on using the changeset viewer.