Ignore:
Timestamp:
11/29/06 12:02:08 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1824 r1827  
    442442        int rayCastMethod; 
    443443        Environment::GetSingleton()->GetIntValue("Preprocessor.rayCastMethod", rayCastMethod); 
    444         vector<FaceParentInfo> *fi = ((rayCastMethod == RayCaster::INTEL_RAYCASTER) || (!mLoadMeshes)) ? 
     444        vector<FaceParentInfo> *fi =  
     445                ((rayCastMethod == RayCaster::INTEL_RAYCASTER) && mLoadMeshes) ? 
    445446                &mFaceParents : NULL; 
    446447 
Note: See TracChangeset for help on using the changeset viewer.