15 #include "config_assimp.h" 17 #include "loaderFileTypeAssimp.h" 20 #include "loaderFileTypeRegistry.h" 22 ConfigureDef(config_assimp);
23 NotifyCategoryDef(assimp,
"");
25 ConfigureFn(config_assimp) {
39 static bool initialized =
false;
45 LoaderFileTypeAssimp::init_type();
This defines the Loader interface that uses the Assimp library to load various model formats...
static LoaderFileTypeRegistry * get_global_ptr()
Returns a pointer to the global LoaderFileTypeRegistry object.
void register_type(LoaderFileType *type)
Defines a new LoaderFileType in the universe.
This class maintains the set of all known LoaderFileTypes in the universe.