- Timestamp:
- 12/20/05 20:33:42 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/RssPreprocessor.cpp
r469 r473 397 397 398 398 int totalSamples = 0; 399 400 /// Rays used for post processing and visualizations.401 RayContainer storedRays;402 399 403 400 AxisAlignedBox3 *box = new AxisAlignedBox3(mKdTree->GetBox()); … … 507 504 mViewCellsManager->GetVisualizationSamples()); 508 505 float p = desired/(float)mVssRays.size(); 509 // rssTree->CollectRays(storedRays, desired);506 510 507 for (int i=0; i < mVssRays.size(); i++) { 511 508 if (Random(1.0f) < p) … … 520 517 if (1) 521 518 mViewCellsManager->Visualize(mObjects, selectedRays); 522 523 CLEAR_CONTAINER(storedRays);524 519 } 525 520
Note: See TracChangeset
for help on using the changeset viewer.