Changeset 648 for GTP/trunk/Lib/Vis/Preprocessing/src/VspBspTree.h
- Timestamp:
- 02/16/06 16:21:26 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/VspBspTree.h
r639 r648 601 601 int CollectMergeCandidates(const VssRayContainer &rays, vector<MergeCandidate> &candidates); 602 602 603 603 /** Preprocesses polygons and throws out all polygons which are coincident to 604 the view space box faces (they can be problematic). 605 */ 606 void PreprocessPolygons(PolygonContainer &polys); 604 607 605 608 /** Propagates valid flag up the tree.
Note: See TracChangeset
for help on using the changeset viewer.