Assimp
v4.1. (December 2018)
|
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, bool noMtl=false) | |
Constructor for a specific scene to export. More... | |
~ObjExporter () | |
Public Attributes | |
std::ostringstream | mOutput |
public string-streams 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, | ||
bool | noMtl = false |
||
) |
Constructor for a specific scene to export.
ObjExporter::~ObjExporter | ( | ) |
std::string ObjExporter::GetMaterialLibFileName | ( | ) |
std::string ObjExporter::GetMaterialLibName | ( | ) |
std::ostringstream Assimp::ObjExporter::mOutput |
public string-streams to write all output into
std::ostringstream Assimp::ObjExporter::mOutputMat |