Ignore:
Timestamp:
06/12/06 16:36:26 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1006 r1011  
    6868        bool randomize = false; 
    6969        Environment::GetSingleton()->GetBoolValue("VspBspTree.Construction.randomize", randomize); 
    70         if (randomize) 
    71                 Randomize(); // initialise random generator for heuristics 
     70        if (randomize) Randomize(); // initialise random generator for heuristics 
    7271 
    7372        //-- termination criteria for autopartition 
     
    8786        Environment::GetSingleton()->GetFloatValue("VspBspTree.Termination.minGlobalCostRatio", mTermMinGlobalCostRatio); 
    8887        Environment::GetSingleton()->GetIntValue("VspBspTree.Termination.globalCostMissTolerance", mTermGlobalCostMissTolerance); 
    89  
    90         // HACK//mTermMinPolygons = 25; 
    9188 
    9289        //-- factors for bsp tree split plane heuristics 
     
    27362733                                const int side = plane.Side(bRay.ExtrapOrigin()); 
    27372734 
     2735                                ++ splits; 
     2736 
    27382737                                if (side <= 0) 
    27392738                                { 
Note: See TracChangeset for help on using the changeset viewer.