Ignore:
Timestamp:
07/05/06 08:43:09 (18 years ago)
Author:
mattausch
Message:

wked on view space object space partition

File:
1 edited

Legend:

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

    r1072 r1074  
    44#include "AxisAlignedBox3.h" 
    55#include "Pvs.h" 
     6#include <set> 
    67 
    78namespace GtpVisibilityPreprocessor { 
     
    2829   
    2930  /// kd leaves that this intersectable belongs to 
    30   std::vector<KdLeaf *> mKdLeaves; 
     31  set<KdLeaf *> mKdLeaves; 
    3132 
    3233  enum { MESH_INSTANCE, TRANSFORMED_MESH_INSTANCE, SPHERE, VIEW_CELL, OGRE_MESH_INSTANCE }; 
Note: See TracChangeset for help on using the changeset viewer.