MCPcopy Create free account
hub / github.com/assimp/assimp / WriteHeader

Method WriteHeader

code/AssetLib/Obj/ObjExporter.cpp:168–172  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

166
167// ------------------------------------------------------------------------------------------------
168void ObjExporter::WriteHeader(std::ostringstream& out) {
169 out << "# File produced by Open Asset Import Library (http://www.assimp.sf.net)" << endl;
170 out << "# (assimp v" << aiGetVersionMajor() << '.' << aiGetVersionMinor() << '.'
171 << aiGetVersionRevision() << ")" << endl << endl;
172}
173
174// ------------------------------------------------------------------------------------------------
175std::string ObjExporter::GetMaterialName(unsigned int index) {

Callers

nothing calls this directly

Calls 3

aiGetVersionMajorFunction · 0.85
aiGetVersionMinorFunction · 0.85
aiGetVersionRevisionFunction · 0.85

Tested by

no test coverage detected