Skip to content

broken in 10.1 #27

@edap

Description

@edap

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 ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions