Changeset 1904 for GTP/trunk/Lib/Vis/Preprocessing/src
- Timestamp:
- 12/16/06 20:07:33 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/BvHierarchy.cpp
r1903 r1904 1923 1923 1924 1924 ViewCellContainer viewCells; 1925 ViewCell::NewMail();1925 //ViewCell::NewMail(); 1926 1926 int numRays = CollectViewCells(node->mObjects, viewCells, false, false); 1927 1927 -
GTP/trunk/Lib/Vis/Preprocessing/src/HierarchyManager.cpp
r1899 r1904 975 975 //////// 976 976 //-- subdivide leaf node of either type 977 977 978 ApplySubdivisionCandidate(sc, mTQueue, repairQueue); 978 979
Note: See TracChangeset
for help on using the changeset viewer.