Ignore:
Timestamp:
08/25/06 00:05:43 (18 years ago)
Author:
bittner
Message:

mlrt tests

File:
1 edited

Legend:

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

    r1281 r1283  
    10151015int 
    10161016Preprocessor::ProcessRay( 
    1017                                                  Vector3 &viewPoint, 
    1018                                                  Vector3 &direction, 
     1017                                                 const Vector3 &viewPoint, 
     1018                                                 const Vector3 &direction, 
    10191019                                                 Intersectable *objectA, 
    10201020                                                 Vector3 &pointA, 
    1021                                                  Vector3 &normalA, 
     1021                                                 const Vector3 &normalA, 
    10221022                                                 Intersectable *objectB, 
    10231023                                                 Vector3 &pointB, 
    1024                                                  Vector3 &normalB, 
     1024                                                 const Vector3 &normalB, 
    10251025                                                 const float probability, 
    10261026                                                 VssRayContainer &vssRays, 
     
    10361036  sbox.Enlarge(Vector3(-Limits::Small)); 
    10371037 
    1038    
    10391038  if (!sbox.IsInside(viewPoint)) 
    10401039        return 0; 
Note: See TracChangeset for help on using the changeset viewer.