Ignore:
Timestamp:
01/10/07 02:10:23 (17 years ago)
Author:
mattausch
Message:

worked on depth peeling

File:
1 edited

Legend:

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

    r1952 r1960  
    1313 
    1414 
    15 IntelRayCaster::IntelRayCaster(const Preprocessor &preprocessor, const string externKdTree): 
     15IntelRayCaster::IntelRayCaster(const Preprocessor &preprocessor,  
     16                                                           const string externKdTree): 
    1617RayCaster(preprocessor) 
    1718{ 
     
    7475                Vector3 dir = -simpleRay.mDirection; 
    7576                hittriangle = mlrtaIntersectAS( 
    76                         &simpleRay.mOrigin.x, 
    77                         &dir.x, 
    78                         normal, 
    79                         dist); 
     77                                                                                &simpleRay.mOrigin.x, 
     78                                                                                &dir.x, 
     79                                                                                normal, 
     80                                                                                dist); 
    8081 
    8182                Intersectable *intersect = mPreprocessor.GetParentObject(hittriangle); 
Note: See TracChangeset for help on using the changeset viewer.