Ignore:
Timestamp:
01/14/08 18:25:44 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/VssRay.cpp

    r2176 r2593  
    6868        else 
    6969        { 
    70                 mTermination = ray.Extrap(1e6);//TODO: should be Limits::Infinity 
     70                mTermination = ray.Extrap(1e6); //TODO: should be Limits::Infinity 
    7171                mTerminationObject = NULL; 
    7272        } 
     
    8080        mFlags = 0; 
    8181        Vector3 dir = GetDir(); 
    82 //mFlags |= BorderSample; 
    8382#define BIDIRECTIONAL_RAY 0 
    8483#if BIDIRECTIONAL_RAY 
Note: See TracChangeset for help on using the changeset viewer.