Ignore:
Timestamp:
08/20/06 22:48:01 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1221 r1233  
    1313#include "Beam.h" 
    1414#include "GlRenderer.h" 
    15 #include "ArchModeler2MLRT.hxx" 
     15//#include "ArchModeler2MLRT.hxx" 
    1616#include "Intersectable.h" 
    1717 
     
    191191 
    192192        float dist = 0; 
    193         const int hittriangle = mlrtaIntersectAS(pforg, pfdir, pfnorm, dist); 
     193        const int hittriangle = -1//mlrtaIntersectAS(pforg, pfdir, pfnorm, dist); 
    194194 
    195195        if (hittriangle == -1) 
Note: See TracChangeset for help on using the changeset viewer.