Ignore:
Timestamp:
10/12/05 01:15:22 (19 years ago)
Author:
mattausch
Message:

changed the from rays construction (not finished yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Preprocessor.cpp

    r313 r319  
    168168                break; 
    169169        case BspTree::FROM_RAYS: 
    170                 DeleteViewCells(); // we generate new view cells         
    171                 mBspTree->Construct(rays, &mViewCells); 
     170                DeleteViewCells(); // we generate new view cells 
     171                mSceneGraph->CollectObjects(&objects); 
     172                mBspTree->Construct(objects, rays, &mViewCells); 
    172173                break; 
    173174        default: 
Note: See TracChangeset for help on using the changeset viewer.