Assimp
v3.1.1 (June 2014)
|
Helper class to export a given scene to an OBJ file. More...
Public Member Functions | |
std::string | GetMaterialLibFileName () |
std::string | GetMaterialLibName () |
ObjExporter (const char *filename, const aiScene *pScene) | |
Constructor for a specific scene to export. More... | |
Public Attributes | |
std::ostringstream | mOutput |
public stringstreams to write all output into More... | |
std::ostringstream | mOutputMat |
Helper class to export a given scene to an OBJ file.
ObjExporter::ObjExporter | ( | const char * | filename, |
const aiScene * | pScene | ||
) |
Constructor for a specific scene to export.
std::string ObjExporter::GetMaterialLibFileName | ( | ) |
std::string ObjExporter::GetMaterialLibName | ( | ) |
std::ostringstream Assimp::ObjExporter::mOutput |
public stringstreams to write all output into
std::ostringstream Assimp::ObjExporter::mOutputMat |