OF version: 0.11.2
Platform: linuxgcc64
Bug: ofxAssimpModelLoader doesn’t disable it after glEnable(GL_CULL_FACE) in its draw() method.
This bug will cause the inappropriate culling after drawing a doublesided model in the application scope. Thus will cause disappeared ofxGui’s panel background or other bugs.
Maybe it is my misunderstanding, thanks!