Ignore:
Timestamp:
09/20/06 13:37:29 (18 years ago)
Author:
mattausch
Message:

corrected raycasting bug for triangles because of ill defined triangles

File:
1 edited

Legend:

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

    r1419 r1420  
    50975097                        exporter->ExportBox(bbox); 
    50985098                        exporter->SetFilled();  
    5099  
    51005099                                 
    51015100                        if (0 && mExportGeometry) 
     
    51125111                        mHierarchyManager->ExportObjectSpaceHierarchy(exporter, objects, &bbox, false); 
    51135112                        ExportViewCellsForViz(exporter, &bbox, GetClipPlane()); 
     5113 
    51145114                        delete exporter; 
    51155115                        cout << "finished in " << TimeDiff(starttime, GetTime()) * 1e-3f << " secs" << endl; 
Note: See TracChangeset for help on using the changeset viewer.