Ignore:
Timestamp:
01/20/07 00:29:03 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1999 r2000  
    1616{ 
    1717   
    18 #define GVS_DEBUG 1 
     18#define GVS_DEBUG 0 
    1919 
    2020struct VizStruct 
     
    3131GvsPreprocessor::GvsPreprocessor():  
    3232Preprocessor(),  
    33 //mSamplingType(SamplingStrategy::VIEWCELL_BASED_DISTRIBUTION), 
    34 mSamplingType(SamplingStrategy::DIRECTION_BASED_DISTRIBUTION), 
     33mSamplingType(SamplingStrategy::VIEWCELL_BASED_DISTRIBUTION), 
     34//mSamplingType(SamplingStrategy::DIRECTION_BASED_DISTRIBUTION), 
    3535mProcessedViewCells(0), 
    3636mCurrentViewCell(NULL) 
Note: See TracChangeset for help on using the changeset viewer.