elliotwoods / ofxCvGui

Panel based GUI library with DOM-like features for openFrameworks
http://www.kimchiandchips.com
32 stars 10 forks source link

Cached drawing : looks trash #8

Open elliotwoods opened 9 years ago

elliotwoods commented 9 years ago

the alpha is being applied twice. setting the blend mode has no effect (even glBlendFunc(GL_ZERO, GL_ZERO)). Perhaps it's being overriden somewhere? Or isn't being applied to textures?