Ignore:
Timestamp:
08/25/06 00:05:43 (18 years ago)
Author:
bittner
Message:

mlrt tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/RssPreprocessor.cpp

    r1281 r1283  
    664664   
    665665  while (1) { 
    666         SimpleRayContainer rays; 
    667         VssRayContainer vssRays; 
     666        static SimpleRayContainer rays; 
     667        static VssRayContainer vssRays; 
     668        static VssRayContainer tmpVssRays; 
     669        rays.clear(); 
     670        vssRays.clear(); 
     671        tmpVssRays.clear(); 
    668672        int castRays = 0; 
    669673        if (mUseImportanceSampling) { 
    670           VssRayContainer tmpVssRays; 
    671674 
    672675          static float ratios[] = {0.9f,0.05f,0.05f}; 
Note: See TracChangeset for help on using the changeset viewer.