Changeset 1825


Ignore:
Timestamp:
11/29/06 11:01:58 (17 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis/Preprocessing/src
Files:
2 edited

Legend:

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

    r1786 r1825  
    25182518                                        optFloat, 
    25192519                                        "bvh_construction_use_initial_max_area_ratio=", 
    2520                                         "0.1"); 
     2520                                        "0.9"); 
    25212521 
    25222522        RegisterOption("BvHierarchy.minRaysForVisibility", 
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp

    r1824 r1825  
    119119 
    120120        // mix of sampling strategies 
    121         if (0) 
     121        if (1) 
    122122        { 
    123123                mStrategies.push_back(SamplingStrategy::OBJECT_BASED_DISTRIBUTION); 
     
    62056205 
    62066206        // mix of sampling strategies 
    6207         if (0) 
     6207        if (1) 
    62086208        { 
    62096209                evalStrats.push_back(SamplingStrategy::OBJECT_BASED_DISTRIBUTION); 
Note: See TracChangeset for help on using the changeset viewer.