Assimp
v4.1. (December 2018)
|
Loader class for dynamically loading the Assimp library. More...
Static Public Member Functions | |
static void | load () |
Loads the library if it is not already loaded and increases the reference counter. More... | |
static void | unload () |
Decreases the reference counter and unloads the library if this was the last reference. More... | |
Loader class for dynamically loading the Assimp library.
The library is »reference-counted«, meaning that the library is not unloaded on a call to unload()
if there are still other references to it.
|
inlinestatic |
Loads the library if it is not already loaded and increases the reference counter.
The library file (libassimp.so
on POSIX systems, Assimp32.dll
on Win32) is loaded via Tango's SharedLib class.
|
inlinestatic |
Decreases the reference counter and unloads the library if this was the last reference.