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/VssRay.h

    r2014 r2116  
    33 
    44#include <vector> 
     5 
     6#include "Vector3.h" 
     7#include "Containers.h" 
     8 
    59using namespace std; 
    6 #include "Vector3.h" 
    7 #include "Ray.h" 
    8 #include "Containers.h" 
     10 
    911 
    1012namespace GtpVisibilityPreprocessor { 
     
    1315class Intersectable; 
    1416class KdNode; 
     17class Ray; 
    1518 
    1619#define ABS_CONTRIBUTION_WEIGHT 0.0f 
Note: See TracChangeset for help on using the changeset viewer.