Ignore:
Timestamp:
02/15/07 00:35:41 (17 years ago)
Author:
mattausch
Message:

implemented hashpvs

File:
1 edited

Legend:

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

    r2091 r2116  
    77 
    88 
    9  
    109#include "Material.h" 
    1110#include "Containers.h" 
    12 #include "VssRay.h" 
     11//#include "VssRay.h" 
    1312#include "AxisAlignedBox3.h" 
    1413 
     
    3130class BvHierarchy; 
    3231class TransformedMeshInstance; 
     32class MeshInstance; 
     33class VssRay; 
     34//class Material; 
    3335 
     36struct VssRayContainer; 
    3437 
    3538class Exporter 
Note: See TracChangeset for help on using the changeset viewer.