Ignore:
Timestamp:
07/15/05 18:21:11 (19 years ago)
Author:
bittner
Message:

cosine sampling bug fixed

File:
1 edited

Legend:

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

    r162 r176  
    55using namespace std; 
    66 
    7 class Mesh; 
    8 class MeshInstance; 
    97class ViewCell; 
    108class HierarchyNode; 
    119class SceneGraphNode; 
     10class Intersectable; 
    1211 
    1312/** Container for Mesh pointers primarily for the use within the kDTree and 
    1413    BSP hierarchies */ 
    15 typedef vector<MeshInstance *> MeshContainer; 
     14typedef vector<Intersectable *> ObjectContainer; 
    1615 
    1716/** Container for ViewCell pointers primarily for the use within the kDTree and 
Note: See TracChangeset for help on using the changeset viewer.