I found it, the problem was the initiation of the ofxInteractivePrimitives::RootNode
object inside testApp.cpp
. Replacing it with a pointer and initializing it inside testApp::setup()
fixed it. I'll check the other examples too and make a pull request.
↧
ofxInteractivePrimitives won't run on 0.9.0 [Fixed]
↧