Assimp  v4.1. (December 2018)
Assimp::ObjExporter Class Reference

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
 

Detailed Description

Helper class to export a given scene to an OBJ file.

Constructor & Destructor Documentation

◆ ObjExporter()

ObjExporter::ObjExporter ( const char *  filename,
const aiScene pScene,
bool  noMtl = false 
)

Constructor for a specific scene to export.

◆ ~ObjExporter()

ObjExporter::~ObjExporter ( )

Member Function Documentation

◆ GetMaterialLibFileName()

std::string ObjExporter::GetMaterialLibFileName ( )

◆ GetMaterialLibName()

std::string ObjExporter::GetMaterialLibName ( )

Member Data Documentation

◆ mOutput

std::ostringstream Assimp::ObjExporter::mOutput

public string-streams to write all output into

◆ mOutputMat

std::ostringstream Assimp::ObjExporter::mOutputMat

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