Major API cleanup. Unified formatting & doxygen tags in the public API.
Added factory provider for default log streams. Added default log streams to std::out and std::cerr. Updated VC8 project config, boost workarounds is now working for the viewer. Updated unit test suite. Fixed some minor issues in the postprocessing-framework. BROKEN: DebugDLL build. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@292 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -264,7 +264,7 @@ void Discreet3DSImporter::ParseEditorChunk()
|
||||
{
|
||||
// print the version number
|
||||
char buff[10];
|
||||
itoa10(buff,stream->GetI2());
|
||||
ASSIMP_itoa10(buff,stream->GetI2());
|
||||
DefaultLogger::get()->info(std::string("3DS file format version: ") + buff);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user