|
Assimp
v4.1. (December 2018)
|
Helper class to export a given scene to a Stanford Ply file. More...
Public Member Functions | |
| PlyExporter (const char *filename, const aiScene *pScene, bool binary=false) | |
| The class constructor for a specific scene to export. More... | |
| ~PlyExporter () | |
| The class destructor, empty. More... | |
Public Attributes | |
| std::ostringstream | mOutput |
| public string-streams to write all output into: More... | |
Helper class to export a given scene to a Stanford Ply file.
| Assimp::PlyExporter::PlyExporter | ( | const char * | filename, |
| const aiScene * | pScene, | ||
| bool | binary = false |
||
| ) |
The class constructor for a specific scene to export.
| Assimp::PlyExporter::~PlyExporter | ( | ) |
The class destructor, empty.
| std::ostringstream Assimp::PlyExporter::mOutput |
public string-streams to write all output into: