Ignore:
Timestamp:
01/05/06 20:41:52 (19 years ago)
Author:
mattausch
Message:

added mesh creation function

File:
1 edited

Legend:

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

    r492 r503  
    964964        for (it = leaves.begin(); it != it_end; ++ it) 
    965965        { 
    966                 PolygonContainer cell; 
    967                 tree.ConstructGeometry(*it, cell); 
     966                BspNodeGeometry geom; 
     967                tree.ConstructGeometry(*it, geom); 
    968968                 
    969                 ExportPolygons(cell); 
    970  
    971                 CLEAR_CONTAINER(cell); 
     969                ExportPolygons(geom.mPolys); 
    972970        } 
    973971} 
Note: See TracChangeset for help on using the changeset viewer.