- Timestamp:
- 02/21/06 10:16:02 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.cpp
r658 r659 125 125 mSceneGraph->mRoot->UpdateBox(); 126 126 127 128 129 130 131 132 133 }127 /* Exporter *exporter = Exporter::GetExporter("testload.x3d"); 128 129 if (exporter) 130 { 131 exporter->ExportGeometry(mObjects); 132 delete exporter; 133 }*/ 134 134 135 135 }
Note: See TracChangeset
for help on using the changeset viewer.