Ignore:
Timestamp:
03/07/06 11:09:10 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r580 r678  
    277277                        } 
    278278 
    279                         ExportPolygons(cell->mPolys); 
     279                        ExportPolygons(cell->GetPolys()); 
    280280                } 
    281281                 
     
    971971                tree.ConstructGeometry(*it, geom); 
    972972                 
    973                 ExportPolygons(geom.mPolys); 
     973                ExportPolygons(geom.GetPolys()); 
    974974        } 
    975975} 
Note: See TracChangeset for help on using the changeset viewer.