Ignore:
Timestamp:
11/28/06 19:46:36 (18 years ago)
Author:
bittner
Message:

global lines support

File:
1 edited

Legend:

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

    r1545 r1824  
    7474 
    7575                Intersection(const Vector3 &p, const Vector3 &n, Intersectable *o, const int f): 
    76                 mPoint(p), mNormal(n), mObject(o), mFaceId(f) 
     76                        mPoint(p), mNormal(n), mObject(o), mFaceId(f) 
    7777                {} 
    7878 
     
    8484                int mFaceId; 
    8585        }; 
     86 
    8687 
    8788        int ProcessRay( 
Note: See TracChangeset for help on using the changeset viewer.