Assimp  v3.1.1 (June 2014)
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)
 Constructor for a specific scene to export. More...
 

Public Attributes

std::ostringstream mOutput
 public stringstreams 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 
)

Constructor for a specific scene to export.

Member Function Documentation

§ GetMaterialLibFileName()

std::string ObjExporter::GetMaterialLibFileName ( )

§ GetMaterialLibName()

std::string ObjExporter::GetMaterialLibName ( )

Member Data Documentation

§ mOutput

std::ostringstream Assimp::ObjExporter::mOutput

public stringstreams to write all output into

§ mOutputMat

std::ostringstream Assimp::ObjExporter::mOutputMat

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