Ignore:
Timestamp:
10/16/05 12:42:54 (19 years ago)
Author:
mattausch
Message:

samplepreprocessor: rays are added inside sampleperpass loop. sample count fixed (add sampleperpass count for each object)

File:
1 edited

Legend:

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

    r329 r330  
    5757          } 
    5858         
    59           Debug << "do2" << endl; 
    6059          p->BuildBspTree(); 
    6160          p->Export("vc_bsptree.x3d", false, false, true); 
     
    6463          bool exportSplits = false; 
    6564          environment->GetBoolValue("BspTree.exportSplits", exportSplits); 
    66 Debug << "do3" << endl; 
     65 
    6766          // export the bsp splits 
    6867          if (exportSplits) 
Note: See TracChangeset for help on using the changeset viewer.