@clem wrote:
@arturo, I'm getting at least two errors when trying to compile a new project with ofxAppUtils and the latest openFrameworks (0.9.8) on OSX. In ofxParticle.h:
ofxParticle(ofPoint pos, float w, float h);
yields unknown type name 'ofPoint'. And I'm also getting the same error for this line in ofxParticle.cpp:
ofxParticle::ofxParticle(ofPoint pos, float w, float h) :
I've defined the
OF_USE_LEGACY_MESH
constant in ofConstants.h but could only get around this issue by usingglm::vec3
instead ofofPoint
Is there an issue with the typedef of the ofPoint class?
Posts: 6
Participants: 2