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

Function ExportSceneAssxml

code/AssetLib/Assxml/AssxmlExporter.cpp:54–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52namespace Assimp {
53
54void ExportSceneAssxml(const char* pFile, IOSystem* pIOSystem, const aiScene* pScene, const ExportProperties* /*pProperties*/)
55{
56 DumpSceneToAssxml(
57 pFile,
58 "\0", // command(s)
59 pIOSystem,
60 pScene,
61 false); // shortened?
62}
63
64} // end of namespace Assimp
65

Callers

nothing calls this directly

Calls 1

DumpSceneToAssxmlFunction · 0.85

Tested by

no test coverage detected