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

Function ExportSceneAssbin

code/AssetLib/Assbin/AssbinExporter.cpp:56–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54namespace Assimp {
55
56void ExportSceneAssbin(const char *pFile, IOSystem *pIOSystem, const aiScene *pScene, const ExportProperties * /*pProperties*/) {
57 DumpSceneToAssbin(
58 pFile,
59 "\0", // no command(s).
60 pIOSystem,
61 pScene,
62 false, // shortened?
63 false); // compressed?
64}
65} // end of namespace Assimp
66
67#endif // ASSIMP_BUILD_NO_ASSBIN_EXPORTER

Callers

nothing calls this directly

Calls 1

DumpSceneToAssbinFunction · 0.85

Tested by

no test coverage detected