Changeset 486 for trunk/VUT/GtpVisibilityPreprocessor/src/Exporter.h
- Timestamp:
- 12/30/05 16:37:41 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/Exporter.h
r482 r486 22 22 class VspBspTree; 23 23 class RssTree; 24 class Mesh; 24 25 25 26 class Exporter … … 109 110 ExportGeometry(const ObjectContainer &objects) = 0; 110 111 112 virtual void 113 ExportMesh(Mesh *mesh) = 0; 114 111 115 virtual bool 112 116 ExportRssTree2(const RssTree &tree,
Note: See TracChangeset
for help on using the changeset viewer.