|
Assimp
v4.1. (December 2018)
|
Helper class to export a given scene to a STL file. More...
Public Member Functions | |
| STLExporter (const char *filename, const aiScene *pScene, bool exportPOintClouds, 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.
| STLExporter::STLExporter | ( | const char * | filename, |
| const aiScene * | pScene, | ||
| bool | exportPOintClouds, | ||
| bool | binary = false |
||
| ) |
Constructor for a specific scene to export.
| std::ostringstream Assimp::STLExporter::mOutput |
public stringstreams to write all output into