Ignore:
Timestamp:
10/05/05 02:19:15 (19 years ago)
Author:
mattausch
Message:

bsp tree view cells sampling possible

File:
1 edited

Legend:

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

    r245 r308  
    1111class KdLeaf; 
    1212class MeshInstance; 
    13  
     13class ViewCell; 
    1414 
    1515// ------------------------------------------------------------------- 
     
    5959  vector<KdLeaf *> leaves; 
    6060  vector<MeshInstance *> meshes; 
     61  vector<ViewCell *> viewCells; 
    6162 
    6263  // constructors 
Note: See TracChangeset for help on using the changeset viewer.