Ignore:
Timestamp:
01/08/06 05:56:40 (18 years ago)
Author:
mattausch
Message:

implemented view cells exporting / loading
improved vsp bsp tree (only axis aligbed until a level), reuse results from Plane
testing, collectmergeneighbors
implemented view cell meshes

File:
1 edited

Legend:

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

    r501 r508  
    2929  environment->GetBoolValue("VssPreprocessor.storeInitialSamples", mStoreInitialSamples); 
    3030  environment->GetBoolValue("VssPreprocessor.useViewSpaceBox", mUseViewSpaceBox); 
     31  useViewspacePlane = mUseViewSpaceBox; //hack 
    3132 
    3233  mStats.open("stats.log"); 
     
    473474  { 
    474475          cout << "Writing " << (int)mVssRays.size() << " samples to file ... "; 
    475           WriteSamples(mVssRays); 
     476          ExportSamples(mVssRays); 
    476477          cout << "finished\n" << endl; 
    477478 
Note: See TracChangeset for help on using the changeset viewer.