Ignore:
Timestamp:
12/02/05 19:46:07 (19 years ago)
Author:
mattausch
Message:

fixed error in ray to vssray conversion

File:
1 edited

Legend:

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

    r441 r444  
    222222Ray::Ray(const VssRay &vssRay): 
    223223loc(vssRay.mOrigin), 
    224 sourceObject(0, vssRay.mOriginObject, 0) 
     224sourceObject(0, vssRay.mOriginObject, 0), 
     225mType(LOCAL_RAY) 
    225226{ 
    226227        const float dist = Distance(vssRay.mTermination, vssRay.mOrigin); 
Note: See TracChangeset for help on using the changeset viewer.