Ignore:
Timestamp:
06/05/06 23:14:04 (18 years ago)
Author:
mattausch
Message:

added mesh instance support
improved support for occlusion queries + other extensions

File:
1 edited

Legend:

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

    r863 r1001  
    3838typedef vector<ViewCell *> ViewCellContainer; 
    3939 
    40 /** Container for ViewCell pointers primarily for the use within the kDTree and 
    41     BSP hierarchies */ 
    42 //typedef vector<MeshInstance *> MeshInstanceContainer; 
    43  
    4440/** Container for HierarchyNodes pointers primarily for the use within the kDTree and 
    45     BSP hierarchies */ 
    46  
     41    BSP hierarchies  
     42        */ 
    4743typedef vector<HierarchyNode *> NodeContainer; 
    4844 
Note: See TracChangeset for help on using the changeset viewer.