Changeset 676 for GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellBsp.cpp
- Timestamp:
- 03/06/06 19:02:49 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellBsp.cpp
r675 r676 980 980 viewCell->mLeaf = leaf; 981 981 982 float probability = max(0.0f, tData.mProbability); 982 //float probability = max(0.0f, tData.mProbability); 983 float probability = tData.mProbability; 983 984 984 985 if (mUseAreaForPvs) … … 2983 2984 /// don't use epsilon here to get exact split planes 2984 2985 const int cf = 2985 mPolys[i]->ClassifyPlane(splitPlane, Limits::Small);2986 mPolys[i]->ClassifyPlane(splitPlane, epsilon); 2986 2987 2987 2988 switch (cf)
Note: See TracChangeset
for help on using the changeset viewer.