Ignore:
Timestamp:
04/27/06 11:57:28 (18 years ago)
Author:
mattausch
Message:

implementing bounding box hack

File:
1 edited

Legend:

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

    r704 r840  
    202202                if (poly) 
    203203                { 
    204                         poly->AddToMesh(*mMesh); 
     204                        IncludePolyInMesh(*poly, *mMesh); 
    205205                } 
    206206        } 
Note: See TracChangeset for help on using the changeset viewer.