Ignore:
Timestamp:
09/12/05 02:07:02 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r236 r263  
    1111class SceneGraphNode; 
    1212class Intersectable; 
     13class Polygon3; 
    1314 
     15/** Container storing polygons used during BSP tree construction 
     16*/ 
     17typedef vector<Polygon3 *> PolygonContainer; 
    1418 
    1519/** Container for Mesh pointers primarily for the use within the kDTree and 
Note: See TracChangeset for help on using the changeset viewer.