Ignore:
Timestamp:
01/03/06 23:33:45 (18 years ago)
Author:
bittner
Message:

Large merge - viewcells seem not functional now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/X3dExporter.cpp

    r486 r492  
    115115    else 
    116116      if ((*ri)->intersections.size()==0) 
    117         b = (*ri)->GetLoc() + length*(*ri)->GetDir(); 
     117                b = (*ri)->GetLoc() + length*(*ri)->GetDir(); 
    118118      else 
    119         b = (*ri)->Extrap((*ri)->intersections[0].mT); 
     119                b = (*ri)->Extrap((*ri)->intersections[0].mT); 
    120120     
    121121    stream<<a.x<<" "<<a.y<<" "<<a.z<<" ,"; 
Note: See TracChangeset for help on using the changeset viewer.