Ignore:
Timestamp:
04/05/06 00:57:25 (18 years ago)
Author:
mattausch
Message:

added view cell description bsp tree

File:
1 edited

Legend:

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

    r710 r727  
    914914                                  int &contributingSamples); 
    915915 
    916         /** Preprocesses polygons and throws out all polygons which are coincident to 
    917                 the view space box faces (they can be problematic). 
     916        /** Preprocesses polygons and throws out all polygons which  
     917                are coincident to the view space box faces: 
     918                These polygons can can be problematic for bsp because they create 
     919                bad view cells. 
    918920        */ 
    919921        void PreprocessPolygons(PolygonContainer &polys); 
    920922 
    921         /** Returns view cell corresponding to  
    922                 the invalid view space. If it does not exist, it is created. 
     923        /** Returns view cell corresponding to the invalid view space.  
     924                If it does not exist, it is created. 
    923925        */ 
    924926        BspViewCell *GetOrCreateOutOfBoundsCell(); 
Note: See TracChangeset for help on using the changeset viewer.