ofxPostProcessing icon indicating copy to clipboard operation
ofxPostProcessing copied to clipboard

broken in 10.1

Open edap opened this issue 5 years ago • 2 comments

Hello Neil, thanks for your addon. Some fixes to get it working with 10.1: this raw.begin(ofFboBeginMode::NoDefaults); In PostProcessing.cpp no longer works. It needs to be: raw.begin(OF_FBOMODE_NODEFAULTS);

And in RenderPass.h these two lines are needed.

#include "ofMain.h" using namespace std;

After these small changes it works. Tell me if it is better to open a PR. bye ;)

edap avatar Feb 18 '19 23:02 edap

If you could open a PR, that would be great.

Thanks!

neilmendoza avatar Feb 19 '19 14:02 neilmendoza

Done ;)

edap avatar Feb 19 '19 18:02 edap