Ignore:
Timestamp:
06/12/08 01:09:23 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/CHC_revisited/common.h

    r2754 r2755  
    2525class BvhLeaf; 
    2626class OcclusionQuery; 
     27class SceneEntity; 
     28 
    2729 
    2830 
     
    465467 
    466468typedef std::vector<BvhNode *> BvhNodeContainer; 
     469typedef std::vector<SceneEntity *> SceneEntityContainer; 
    467470typedef std::vector<BvhLeaf *> BvhLeafContainer; 
    468471typedef std::vector<Triangle3> TriangleContainer; 
Note: See TracChangeset for help on using the changeset viewer.