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

Function DumpSceneToAssbin

code/AssetLib/Assbin/AssbinFileWriter.cpp:823–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

821};
822
823void DumpSceneToAssbin(
824 const char *pFile, const char *cmd, IOSystem *pIOSystem,
825 const aiScene *pScene, bool shortened, bool compressed) {
826 AssbinFileWriter fileWriter(shortened, compressed);
827 fileWriter.WriteBinaryDump(pFile, cmd, pIOSystem, pScene);
828}
829#if _MSC_VER
830#pragma warning(pop)
831#endif // _MSC_VER

Callers 2

Assimp_DumpFunction · 0.85
ExportSceneAssbinFunction · 0.85

Calls 1

WriteBinaryDumpMethod · 0.80

Tested by

no test coverage detected