Other addons usually have the library name, include name and object the same, like
ofxSvg
ofxSvg.h
ofxSvg svg;
It would be great if ofxAssimp could be at least the include with the same name of the library
now it is:
ofxAssimp
ofxAssimpModel.h
ofx::assimp::Model model;