Changeset 503 for trunk/VUT/GtpVisibilityPreprocessor/src/X3dExporter.cpp
- Timestamp:
- 01/05/06 20:41:52 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/X3dExporter.cpp
r492 r503 964 964 for (it = leaves.begin(); it != it_end; ++ it) 965 965 { 966 PolygonContainer cell;967 tree.ConstructGeometry(*it, cell);966 BspNodeGeometry geom; 967 tree.ConstructGeometry(*it, geom); 968 968 969 ExportPolygons(cell); 970 971 CLEAR_CONTAINER(cell); 969 ExportPolygons(geom.mPolys); 972 970 } 973 971 }
Note: See TracChangeset
for help on using the changeset viewer.