Ignore:
Timestamp:
03/06/06 19:02:49 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r675 r676  
    980980                viewCell->mLeaf = leaf; 
    981981 
    982                 float probability = max(0.0f, tData.mProbability); 
     982                //float probability = max(0.0f, tData.mProbability); 
     983                float probability = tData.mProbability; 
    983984 
    984985                if (mUseAreaForPvs) 
     
    29832984                /// don't use epsilon here to get exact split planes 
    29842985                const int cf =  
    2985                         mPolys[i]->ClassifyPlane(splitPlane, Limits::Small); 
     2986                        mPolys[i]->ClassifyPlane(splitPlane, epsilon); 
    29862987                         
    29872988                switch (cf) 
Note: See TracChangeset for help on using the changeset viewer.