Ignore:
Timestamp:
02/16/06 16:21:26 (19 years ago)
Author:
mattausch
Message:

removed problems with bsp due to polygons equal to scene box faces. removing
this polyogns in a preprocessing step. also using this for vsp bsp tree, because it
is generally a good thing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/VspBspTree.h

    r639 r648  
    601601        int CollectMergeCandidates(const VssRayContainer &rays, vector<MergeCandidate> &candidates); 
    602602         
    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); 
    604607         
    605608        /** Propagates valid flag up the tree. 
Note: See TracChangeset for help on using the changeset viewer.