Ignore:
Timestamp:
01/25/06 01:44:46 (18 years ago)
Author:
mattausch
Message:

finished function for view cell construction
removed bsp rays from vspbspmanager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellBsp.h

    r547 r574  
    2929        BspNodeGeometry(const BspNodeGeometry &rhs); 
    3030 
     31        //BspNodeGeometry(const PolygonContainer &polys); 
     32 
    3133        ~BspNodeGeometry(); 
    3234 
     
    6769        PolygonContainer mPolys; 
    6870}; 
     71 
    6972 
    7073/** Data structure used for optimized ray casting. 
Note: See TracChangeset for help on using the changeset viewer.