18 #include "config_assimp.h"
32 INLINE
bool attachStream(Assimp::LogStream*,
unsigned int) {};
33 INLINE
bool detatchStream(Assimp::LogStream*,
unsigned int) {};
35 void OnDebug(
const char *message);
36 void OnError(
const char *message);
37 void OnInfo(
const char *message);
38 void OnWarn(
const char *message);
Custom implementation of Assimp::Logger.
static void set_default()
Makes sure there's a global PandaLogger object and makes sure that it is Assimp's default logger...