Assimp  v3.1.1 (June 2014)
Assimp::STLExporter Class Reference

Helper class to export a given scene to a STL file. More...

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...
 

Detailed Description

Helper class to export a given scene to a STL file.

Constructor & Destructor Documentation

◆ STLExporter()

STLExporter::STLExporter ( const char *  filename,
const aiScene pScene,
bool  binary = false 
)

Constructor for a specific scene to export.

Member Data Documentation

◆ mOutput

std::ostringstream Assimp::STLExporter::mOutput

public stringstreams to write all output into


The documentation for this class was generated from the following files: