Ignore:
Timestamp:
01/19/06 23:36:01 (18 years ago)
Author:
mattausch
Message:

started implementing merge visualization !not working!!

File:
1 edited

Legend:

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

    r556 r557  
    678678   
    679679  // cast view cell samples 
    680   while (1) { 
     680  while (samples < mVssSamples)  
     681  { 
     682         
    681683        int num = mVssSamplesPerPass; 
    682684        SimpleRayContainer rays; 
     
    720722 
    721723                // test if we really have enough rays 
    722                 //if (constructionRays.size() >= nSamples) 
     724                //if (constructionRays.size() >= nSamples)  
    723725                mViewCellsManager->Construct(mObjects, constructionRays); 
    724726        } 
     
    743745        cout<<"VssTree root PVS size = "<<vssTree->GetRootPvsSize()<<endl; 
    744746        cout<<"*****************************\n"; 
    745         if (samples >= mVssSamples) 
    746           break; 
    747         pass++; 
     747//      if (samples >= mVssSamples) break; 
     748        pass ++; 
    748749  } 
    749750 
Note: See TracChangeset for help on using the changeset viewer.