Ignore:
Timestamp:
11/24/05 18:38:19 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r428 r430  
    223223loc(vssRay.mOrigin), 
    224224sourceObject(0, vssRay.mOriginObject, 0), 
    225 dir(vssRay.GetDir()) 
     225dir(Normalize(vssRay.GetDir())) 
    226226{ 
    227227        intersections.push_back(Intersection(vssRay.mT, vssRay.mTerminationObject, 0)); 
Note: See TracChangeset for help on using the changeset viewer.