Changeset 1744 for GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
- Timestamp:
- 11/13/06 21:25:40 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
r1743 r1744 42 42 // HACK 43 43 const static bool SAMPLE_AFTER_SUBDIVISION = true; 44 const static bool CLAMP_TO_BOX = false;45 //const static bool CLAMP_TO_BOX = true;44 //const static bool CLAMP_TO_BOX = false; 45 const static bool CLAMP_TO_BOX = true; 46 46 47 47 … … 119 119 120 120 121 ObjectPvs pvs1, pvs2, mergedPvs;121 /*ObjectPvs pvs1, pvs2, mergedPvs; 122 122 123 123 pvs1.AddSample((Intersectable *)1, 1); … … 172 172 cout << (int)entry.mObject << " " << entry.mData.mSumPdf << " x "; 173 173 } 174 174 */ 175 175 // sampling type for view cells construction samples 176 176 if (strcmp(buf, "object") == 0)
Note: See TracChangeset
for help on using the changeset viewer.