|
Assimp v3.1.1 (June 2014)
|
Helper class to export a given scene to a STL file. More...
#include <STLExporter.h>
Public Member Functions | |
| STLExporter (const char *filename, const aiScene *pScene, bool binary=false) | |
| Constructor for a specific scene to export. More... | |
Public Attributes | |
| std::ostringstream | mOutput |
| public stringstreams to write all output into More... | |
Helper class to export a given scene to a STL file.
Constructor for a specific scene to export.
| std::ostringstream Assimp::STLExporter::mOutput |
public stringstreams to write all output into