Ignore:
Timestamp:
11/14/05 21:29:57 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r386 r410  
    55using namespace std; 
    66#include "Vector3.h" 
     7#include "Ray.h" 
    78 
    89class AxisAlignedBox3; 
     
    6061  } 
    6162         
     63        VccRay(const Ray &ray): 
     64  VccRay(ray.GetLoc(), ray.Extrap(ray.intersections[0].mT),  ray.intersections[0].mObject, ray.sourceObject.mObject) 
     65  {} 
    6266  void Precompute() { 
    6367    mFlags = 0; 
Note: See TracChangeset for help on using the changeset viewer.